Searched
full:opcode (Results
926 -
950 of
2817) sorted by null
<<31323334353637383940>>
/dalvik/vm/mterp/mips/ |
OP_APUT_WIDE.S | 24 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_GOTO_32.S | 31 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_PACKED_SWITCH.S | 33 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SHL_LONG.S | 30 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SHL_LONG_2ADDR.S | 25 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SHR_LONG.S | 31 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SHR_LONG_2ADDR.S | 25 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_USHR_LONG.S | 30 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_USHR_LONG_2ADDR.S | 24 GET_INST_OPCODE(t0) # extract opcode from rINST
|
bincmp.S | 34 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binflop.S | 41 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binflop2addr.S | 42 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binop.S | 31 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binop2addr.S | 27 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binopLit16.S | 27 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binopLit8.S | 29 GET_INST_OPCODE(t0) # extract opcode from rINST
|
zcmp.S | 32 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
BasicTestIterator.java | 63 * of step walkers from the opcode list, and call back 69 * opcode list from the compiler. 98 * of step walkers from the opcode list, and call back 104 * opcode list from the compiler.
|
/external/bluetooth/bluedroid/btif/src/ |
bluetooth.c | 350 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) 358 return btif_dut_mode_send(opcode, buf, len); 362 int le_test_mode(uint16_t opcode, uint8_t* buf, uint8_t len) 370 return btif_le_test_mode(opcode, buf, len);
|
/external/bluetooth/bluedroid/hci/include/ |
hci.h | 56 typedef uint8_t (*tHCI_SEND_INT)(uint16_t opcode, HC_BT_HDR *p_buf, \
|
/external/chromium_org/third_party/freetype/include/freetype/ |
fterrdef.h | 154 "invalid opcode" ) 168 "found debug opcode" ) 170 "found ENDF opcode in execution stream" ) 213 "opcode syntax error" )
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
R600InstrInfo.h | 49 bool isPlaceHolderOpcode(unsigned opcode) const; 50 bool isReductionOp(unsigned opcode) const; 51 bool isCubeOp(unsigned opcode) const; 61 virtual bool isMov(unsigned Opcode) const;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_shader_op.h | 28 * SVGA Shader Token Opcode Info
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_dump.cpp | 135 out << sm4_opcode_names[dcl.opcode]; 136 switch(dcl.opcode) 161 switch(dcl.opcode) 181 out << sm4_opcode_names[insn.opcode];
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_shader.h | 32 uint32_t brw_math_function(enum opcode op);
|
Completed in 1188 milliseconds
<<31323334353637383940>>