/dalvik/vm/mterp/x86/ |
OP_NEW_ARRAY.S | 26 jne .L${opcode}_finish # yes, fast path 45 # fall through to ${opcode}_finish 53 .L${opcode}_finish:
|
/external/bluetooth/bluedroid/stack/btu/ |
btu_hcif.c | 154 UINT16 opcode; local 165 /* get command opcode */ 166 STREAM_TO_UINT16 (opcode, p); 169 if ((opcode == HCI_RESET) || (opcode == HCI_HOST_NUM_PACKETS_DONE)) 184 if ((opcode & HCI_GRP_VENDOR_SPECIFIC) == HCI_GRP_VENDOR_SPECIFIC 186 || (opcode == HCI_BLE_RAND ) 187 || (opcode == HCI_BLE_ENCRYPT) 193 "Storing VSC callback opcode=0x%04x, Callback function=0x%07x", 194 opcode, *(UINT32 *)(p_buf + 1)) 1431 UINT16 opcode; local 1530 UINT16 opcode; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
atifragshader.h | 24 GLenum opcode; member in struct:ati_fs_opcode_st 53 GLenum Opcode[2]; 62 GLenum Opcode;
|
/external/libnfc-nci/src/nfc/nci/ |
nci_hrcv.c | 57 NFC_TRACE_DEBUG1 ("nci_proc_core_rsp opcode:0x%x", op_code); 60 /* process the message based on the opcode and message type */ 89 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code); 115 NFC_TRACE_DEBUG1 ("nci_proc_core_ntf opcode:0x%x", op_code); 118 /* process the message based on the opcode and message type */ 142 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code); 209 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code); 274 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code); 307 NFC_TRACE_DEBUG1 ("nci_proc_ee_management_rsp opcode:0x%x", op_code); 334 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code) [all...] |
/external/llvm/include/llvm/MC/ |
MCInstBuilder.h | 26 /// \brief Create a new MCInstBuilder for an MCInst with a specific opcode. 27 MCInstBuilder(unsigned Opcode) { 28 Inst.setOpcode(Opcode);
|
/external/llvm/lib/IR/ |
ConstantFold.h | 31 unsigned opcode, ///< The opcode of the cast 46 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
/external/mesa3d/src/mesa/main/ |
atifragshader.h | 24 GLenum opcode; member in struct:ati_fs_opcode_st 53 GLenum Opcode[2]; 62 GLenum Opcode;
|
/hardware/ti/wpan/bluedroid_wilink/ |
libbt-vendor-ti.c | 66 int ti_op(bt_vendor_opcode_t opcode, void **param) { 70 ALOGI("vendor op - %d", opcode); 71 switch(opcode)
|
/sdk/emulator/qtools/ |
opcode.cpp | 5 #include "opcode.h" 7 // Note: this array depends on the Opcode enum defined in opcode.h
|
/external/llvm/lib/Target/X86/ |
X86TargetTransformInfo.cpp | 88 virtual unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty, 93 virtual unsigned getCastInstrCost(unsigned Opcode, Type *Dst, 95 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, 97 virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val, 99 virtual unsigned getMemoryOpCost(unsigned Opcode, Type *Src, 168 unsigned X86TTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, 174 int ISD = TLI->InstructionOpcodeToISD(Opcode); 175 assert(ISD && "Invalid opcode"); 340 return TargetTransformInfo::getArithmeticInstrCost(Opcode, Ty, Op1Info, 359 unsigned X86TTI::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) const [all...] |
/dalvik/vm/compiler/codegen/arm/ |
CodegenDriver.cpp | 88 switch (mir->dalvikInsn.opcode) { 134 switch (mir->dalvikInsn.opcode) { 178 Opcode opcode = mir->dalvikInsn.opcode; local 180 switch (opcode) { 208 static void selfVerificationBranchInsert(LIR *currentLIR, ArmOpcode opcode, 212 insn->opcode = opcode; 247 TemplateOpcode opcode = TEMPLATE_MEM_OP_DECODE local 899 Opcode opcode = mir->dalvikInsn.opcode; local 1654 Opcode opcode = mir->dalvikInsn.opcode; local 1718 Opcode opcode = mir->dalvikInsn.opcode; local 1977 Opcode opcode = mir->dalvikInsn.opcode; local 2649 Opcode opcode = mir->dalvikInsn.opcode; local 2674 Opcode opcode = mir->dalvikInsn.opcode; local [all...] |
/dalvik/vm/compiler/codegen/mips/ |
CodegenDriver.cpp | 131 switch (mir->dalvikInsn.opcode) { 188 switch (mir->dalvikInsn.opcode) { 242 Opcode opcode = mir->dalvikInsn.opcode; local 244 switch (opcode) { 272 static void selfVerificationBranchInsert(LIR *currentLIR, Mipsopcode opcode, 277 insn->opcode = opcode; 313 Templateopcode opcode = TEMPLATE_MEM_OP_DECODE local 944 Opcode opcode = mir->dalvikInsn.opcode; local 1722 Opcode opcode = mir->dalvikInsn.opcode; local 1786 Opcode opcode = mir->dalvikInsn.opcode; local 2031 Opcode opcode = mir->dalvikInsn.opcode; local 2733 Opcode opcode = mir->dalvikInsn.opcode; local 2758 Opcode opcode = mir->dalvikInsn.opcode; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_server_table.py | 71 def append(self, opcode, func): 72 self.functions[opcode] = func 74 if opcode > self.max_opcode: 75 self.max_opcode = opcode 77 if opcode > self.next_opcode_threshold: 78 bits = log2(opcode) 79 if (1 << bits) <= opcode: 175 print ' /* [%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_opcode + (1 << remaining_bits), depth) 240 # The first structure is an N-way tree where the opcode for 242 # bits from the opcode. M bits are extracted from the opcd [all...] |
/external/chromium_org/v8/src/x64/ |
disasm-x64.cc | 429 const char* TwoByteMnemonic(byte opcode); 1025 byte opcode = *(data + 1); local 1028 const char* mnemonic = TwoByteMnemonic(opcode); 1032 if (opcode == 0x3A) { 1053 if (opcode == 0x1f) { 1064 } else if (opcode == 0x28) { 1067 } else if (opcode == 0x29) { 1071 } else if (opcode == 0x6E) { 1657 byte opcode = *data; local [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
glX_server_table.py | 71 def append(self, opcode, func): 72 self.functions[opcode] = func 74 if opcode > self.max_opcode: 75 self.max_opcode = opcode 77 if opcode > self.next_opcode_threshold: 78 bits = log2(opcode) 79 if (1 << bits) <= opcode: 175 print ' /* [%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_opcode + (1 << remaining_bits), depth) 240 # The first structure is an N-way tree where the opcode for 242 # bits from the opcode. M bits are extracted from the opcd [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.c | 8277 FT_Byte opcode = CUR.opcode; local [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | 8277 FT_Byte opcode = CUR.opcode; local [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Simulator.java | 123 "top-of-stack for opcode"); 151 * what opcode variant is used to achieve that result.</p> 225 public void visitInvalid(int opcode, int offset, int length) { 226 throw new SimException("invalid opcode " + Hex.u1(opcode)); 230 public void visitNoArgs(int opcode, int offset, int length, 232 switch (opcode) { 401 if (opcode == ByteOps.DUP2) { 515 visitInvalid(opcode, offset, length); 521 machine.run(frame, offset, opcode); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 92 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) 94 switch(opcode) { 103 error("translate_rgb_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name); 114 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) 116 switch(opcode) { 128 error("translate_alpha_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name); 248 if (inst->RGB.Opcode == RC_OPCODE_DDX || inst->Alpha.Opcode == RC_OPCODE_DDX | 641 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 92 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) 94 switch(opcode) { 103 error("translate_rgb_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name); 114 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) 116 switch(opcode) { 128 error("translate_alpha_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name); 248 if (inst->RGB.Opcode == RC_OPCODE_DDX || inst->Alpha.Opcode == RC_OPCODE_DDX | 641 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
DexTranslationAdvice.java | 57 public boolean hasConstantOperation(Rop opcode, 70 switch (opcode.getOpcode()) { 91 public boolean requiresSourcesInOrder(Rop opcode, 94 return !disableSourcesInOrder && opcode.isCallLike()
|
/dalvik/vm/compiler/template/armv7-a/ |
TemplateOpList.h | 18 * Dalvik opcode list that uses additional templates to complete JIT execution.
|
/dalvik/vm/compiler/template/armv7-a-neon/ |
TemplateOpList.h | 18 * Dalvik opcode list that uses additional templates to complete JIT execution.
|
/dalvik/vm/compiler/template/ia32/ |
TemplateOpList.h | 18 * Dalvik opcode list that uses additional templates to complete JIT execution.
|
/dalvik/vm/mterp/arm-vfp/ |
fbinop2addr.S | 19 GET_INST_OPCODE(ip) @ extract opcode from rINST
|