Home
last modified time | relevance | path

Searched refs:opcodes (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/
H A DMakefile.com30 opcodes.o \
60 GENSRC = opcodes.c parse.c
109 GENHDR = opcodes.h parse.h
176 opcodes.c \
177 opcodes.h \
212 opcodes.h: $(SRCDIR)/vdbe.c
220 opcodes.c: $(SRCDIR)/vdbe.c
277 objs/opcodes.o pics/opcodes.o: opcodes.c $(GENHDR)
278 $(COMPILE.c) -o $@ opcodes.c
H A Dmain.mk129 opcodes.h \
181 target_source: $(SRC) $(VDBEHDR) opcodes.c
186 cp parse.c opcodes.c tsrc
209 opcodes.o: opcodes.c
210 $(TCCX) -c opcodes.c
212 opcodes.c: $(TOP)/src/vdbe.c
214 echo 'char *sqliteOpcodeNames[] = { "???", ' >>opcodes.c
216 sed -e 's/^.*OP_/ "/' -e 's/:.*$$/", /' >>opcodes.c
217 echo '};' >>opcodes.c
219 opcodes.h: $(TOP)/src/vdbe.h
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dprogress.test63 # This figures out how many opcodes it takes to copy 5 extra rows into t1.
75 # opcodes to copy 5 rows. That way, when we try to copy 6 rows, we know
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c650 static char *opcodes[] = { in tpacket() local
660 (void) printf("%s %s ", s, opcodes[op]); in tpacket()
/illumos-gate/usr/src/tools/smatch/src/
H A Dexample.c17 static const char *opcodes[] = { variable
554 output_insn(state, "%s %s", opcodes[opcode], reg->name); in flush_cc_cache_to_reg()
579 output_comment(state, "caching %s", opcodes[opcode]); in add_cc_cache()
888 const char *op = opcodes[insn->opcode]; in do_binop()
H A Dlinearize.c175 static const char *opcodes[] = { variable
318 if (opcode < ARRAY_SIZE(opcodes)) { in show_instruction()
319 const char *op = opcodes[opcode]; in show_instruction()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in764 ** The progress callback is invoked once for every N virtual machine opcodes,
771 ** in less than N opcodes being executed, then the progress callback is not
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt2344 4)Add support for the ZERO/ONE/ONES AML opcodes for integer objects
2842 opcodes/operators.
3300 expressions that allow the use of type 3/4/5 opcodes to generate
12703 the various deferred AML opcodes (such as Operation Regions,
12708 implement a mechanism where the late execution of such opcodes
13692 2 opcodes outside of a control method. This means that the
14046 disassembler for the AcpiDump utility. All ACPI 2.0A opcodes,
14191 The _PRT code now handles all AML constant opcodes correctly
14203 Implemented immediate resolution of the AML Constant opcodes
14430 Type3, Type4, and Type5 opcodes first defined in the ACPI 2.0
[all …]