Searched
refs:opcode (Results
451 -
475 of
1019) sorted by null
<<11121314151617181920>>
| /external/webkit/Source/JavaScriptCore/bytecode/ |
| Instruction.h | 33 #include "Opcode.h" 57 // Structure used by op_get_by_id_self_list and op_get_by_id_proto_list instruction to hold data off the main opcode stream. 126 Instruction(Opcode opcode) 130 // the entire struct is initialized, when opcode is not a pointer. 133 u.opcode = opcode; 163 Opcode opcode; member in union:JSC::Instruction::__anon17516
|
| /external/oprofile/opjitconv/ |
| debug_line.c | 52 /* Adding new opcode needs an update of the standard_opcode_length 101 // number of opcode + 1 103 /* follow the array of opcode args nr: ubytes [nr_opcode_base] */ 198 static void emit_extended_opcode(struct growable_buffer * b, ubyte opcode, 203 add_data(b, &opcode, 1); 208 static void emit_opcode(struct growable_buffer * b, ubyte opcode) 210 add_data(b, &opcode, 1); 215 ubyte opcode, long data) 217 add_data(b, &opcode, 1); 222 static void emit_opcode_unsigned(struct growable_buffer * b, ubyte opcode, 295 unsigned long opcode = temp + local [all...] |
| /dalvik/dx/src/com/android/dx/dex/code/ |
| InsnFormat.java | 40 * flag to enable/disable the new extended opcode formats; meant as a 477 * Helper method to combine an opcode and a second byte of data into 480 * @param insn {@code non-null;} the instruction containing the opcode 489 int opcode = insn.getOpcode().getOpcode(); local 491 if ((opcode & 0xff) != opcode) { 492 throw new IllegalArgumentException("opcode out of range 0..255"); 495 return (short) (opcode | (arg << 8)); 499 * Helper method to get an extended (16-bit) opcode out of an 500 * instruction, returning it as a code unit. The opcode 508 int opcode = insn.getOpcode().getOpcode(); local [all...] |
| /dalvik/vm/compiler/template/armv5te/ |
| TEMPLATE_CMPL_FLOAT.S | 41 bhi .L${opcode}_gt_or_nan @ C set and Z clear, disambiguate 48 .L${opcode}_gt_or_nan:
|
| /dalvik/vm/mterp/arm-vfp/ |
| fbinop.S | 20 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| fbinopWide.S | 20 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| /dalvik/vm/mterp/armv5te/ |
| OP_CONST_WIDE.S | 12 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_FILL_ARRAY_DATA.S | 14 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_GOTO.S | 21 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_GOTO_32.S | 28 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IPUT_QUICK.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_MONITOR_EXIT.S | 22 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_MOVE_WIDE.S | 12 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| binop.S | 32 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| binop2addr.S | 30 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| binopLit8.S | 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| unopNarrower.S | 21 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| unopWide.S | 19 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| unopWider.S | 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| /dalvik/vm/mterp/armv6t2/ |
| OP_IPUT_QUICK.S | 14 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IPUT_WIDE_QUICK.S | 14 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| binop2addr.S | 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| unopWide.S | 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| /dalvik/vm/mterp/mips/ |
| OP_CONST_WIDE.S | 14 GET_INST_OPCODE(t0) # extract opcode from rINST
|
| OP_FILL_ARRAY_DATA.S | 15 GET_INST_OPCODE(t0) # extract opcode from rINST
|
Completed in 1328 milliseconds
<<11121314151617181920>>