Searched
refs:opcode (Results
601 -
625 of
1512) sorted by null
<<21222324252627282930>>
/dalvik/vm/mterp/armv5te/ |
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
|
OP_IPUT_QUICK.S | 14 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_MONITOR_EXIT.S | 22 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binopLit8.S | 29 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/dalvik/vm/mterp/x86/ |
OP_AGET.S | 20 .L${opcode}_finish:
|
OP_APUT.S | 20 .L${opcode}_finish:
|
/external/chromium_org/remoting/host/ |
curtain_mode_linux.cc | 51 int opcode, event, error; local 52 if (!XQueryExtension(display, "XInputExtension", &opcode, &event, &error)) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_opcodes.c | 35 .Opcode = RC_OPCODE_NOP, 39 .Opcode = RC_OPCODE_ILLEGAL_OPCODE, 40 .Name = "ILLEGAL OPCODE" 43 .Opcode = RC_OPCODE_ABS, 50 .Opcode = RC_OPCODE_ADD, 57 .Opcode = RC_OPCODE_ARL, 63 .Opcode = RC_OPCODE_CEIL, 70 .Opcode = RC_OPCODE_CLAMP, 77 .Opcode = RC_OPCODE_CMP, 84 .Opcode = RC_OPCODE_CND 527 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_state.c | 157 intel_translate_logic_op(GLenum opcode) 159 switch (opcode) {
|
/external/chromium_org/tools/xdisplaycheck/ |
xdisplaycheck.cc | 82 int opcode, event, err; local 83 if (!XQueryExtension(scoped_display.display(), "XInputExtension", &opcode,
|
/external/dexmaker/src/dx/java/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...] |
Completed in 582 milliseconds
<<21222324252627282930>>