Lines Matching full:opcode
12 development of platform-specific code one opcode at a time.
67 be done via table-start-address + (opcode * handler-size). With
93 performed on the opcode name. This command is not applicable to
104 Indicates the start of the opcode list. Must precede any "op"
108 op <opcode> <directory>
111 default source file location of the specified opcode. The opcode
116 alt <opcode> <directory>
120 in the alternate handler table. The opcode definition will come from
127 Indicates the end of the opcode list. All kNumPackedOpcodes
161 A substitution dictionary is applied to all opcode fragments as they are
166 $opcode - opcode name, e.g. "OP_NOP"
167 $opnum - opcode number, e.g. 0 for OP_NOP
223 If you need to debug the initial piece of an opcode handler, and your
227 b ${opcode}_start
229 ${opcode}_start:
283 located at the base of the handler table + (opcode * 64). Mterp for x86
285 by the Dalvik opcode. To support efficient handling of special subModes,