/external/elfutils/src/ |
readelf.c | 4719 unsigned int opcode = *linep++; local 5128 unsigned int opcode = *readp++; local [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | 59 uint16_t MLxOpc; // MLA / MLS opcode 60 uint16_t MulOpc; // Expanded multiplication opcode 61 uint16_t AddSubOpc; // Expanded add / sub opcode [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_emit.c | 58 brw_wm_arg_can_be_immediate(enum prog_opcode opcode, int arg) 83 if (opcode == OPCODE_MAD || opcode == OPCODE_LRP) { 88 if (opcode > ARRAY_SIZE(opcode_array)) 91 return arg == opcode_array[opcode] - 1; [all...] |
brw_vs_emit.c | 44 brw_vs_arg_can_be_immediate(enum prog_opcode opcode, int arg) 69 if (opcode == OPCODE_MAD || opcode == OPCODE_LRP) { 74 if (opcode > ARRAY_SIZE(opcode_array)) 77 return arg == opcode_array[opcode] - 1; [all...] |
/external/llvm/lib/Target/R600/ |
SIISelLowering.cpp | 405 static SDNode *findUser(SDValue Value, unsigned Opcode) { 414 if (I->getOpcode() == Opcode) 786 int Opcode = Node->getMachineOpcode(); 789 const MCInstrDesc *Desc = &TII->get(Opcode); 794 // Commuted opcode if available 795 int OpcodeRev = Desc->isCommutable() ? TII->commuteOpcode(Opcode) : -1; 802 int OpcodeE64 = AMDGPU::getVOPe64(Opcode); 917 if (Desc->Opcode == Opcode && !isNodeChanged(Node, Ops)) { 922 return DAG.getMachineNode(Desc->Opcode, SDLoc(Node), Node->getVTList(), Ops) [all...] |
SIInstructions.td | [all...] |
/external/llvm/test/MC/Disassembler/ARM/ |
invalid-thumbv7.txt | 11 # Opcode=1894 Name=t2Bcc Format=ARM_FORMAT_THUMBFRM(25) 24 # Opcode=2249 Name=tBcc Format=ARM_FORMAT_THUMBFRM(25) 79 # Opcode=1930 Name=t2LDRD_PRE Format=ARM_FORMAT_THUMBFRM(25) 99 # Opcode=1922 Name=t2LDRBT Format=ARM_FORMAT_THUMBFRM(25) 130 # Opcode=1954 Name=t2LDRSHi8 Format=ARM_FORMAT_THUMBFRM(25) 141 # Opcode=1953 Name=t2LDRSHi12 Format=ARM_FORMAT_THUMBFRM(25) 167 # Opcode=2313 Name=tSTMIA_UPD Format=ARM_FORMAT_THUMBFRM(25) 243 # Opcode=2137 Name=t2STR_POST Format=ARM_FORMAT_THUMBFRM(25) 304 # Opcode=871 Name=VLD3DUPd32_UPD Format=ARM_FORMAT_NLdSt(30) 384 # Opcode=1839 Name=VST1d8Twb_register Format=ARM_FORMAT_NLdSt(30 [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_emit.c | 58 brw_wm_arg_can_be_immediate(enum prog_opcode opcode, int arg) 83 if (opcode == OPCODE_MAD || opcode == OPCODE_LRP) { 88 if (opcode > ARRAY_SIZE(opcode_array)) 91 return arg == opcode_array[opcode] - 1; [all...] |
brw_vs_emit.c | 44 brw_vs_arg_can_be_immediate(enum prog_opcode opcode, int arg) 69 if (opcode == OPCODE_MAD || opcode == OPCODE_LRP) { 74 if (opcode > ARRAY_SIZE(opcode_array)) 77 return arg == opcode_array[opcode] - 1; [all...] |
/external/v8/src/mips/ |
deoptimizer-mips.cc | 196 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value)); 217 Translation::Opcode opcode = local 218 static_cast<Translation::Opcode>(iterator.Next()); 219 ASSERT(Translation::BEGIN == opcode); 220 USE(opcode); 226 opcode = static_cast<Translation::Opcode>(iterator.Next()); 227 USE(opcode); 228 ASSERT(Translation::JS_FRAME == opcode); [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 153 // in modR/M, SIB, and opcode bytes. 276 // in modR/M, SIB, and opcode bytes. 631 // One byte opcode for test eax,0xXXXXXXXX. 633 // One byte opcode for test al, 0xXX. 635 // One byte opcode for nop. [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 150 // in modR/M, SIB, and opcode bytes. 257 // in modR/M, SIB, and opcode bytes. 621 // One byte opcode for test eax,0xXXXXXXXX. 623 // One byte opcode for test al, 0xXX. 625 // One byte opcode for nop. [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxext.c | 286 QueryVersion(Display * dpy, int opcode, int *major, int *minor) 315 req->reqType = opcode; 939 /* Use opcode from gc because its right */ 1115 GLushort opcode, length; local 1118 /* Fetch opcode */ 1119 opcode = *((GLushort *) p); 1121 printf("%2x: %5d: ", opcode, length);
|
/external/llvm/utils/TableGen/ |
CodeGenMapTable.cpp | 29 // "int getPredOpcode(uint16_t Opcode, enum PredSense inPredSense)" 31 // passing its opcode value and the predicate sense (true/false) of the desired 417 OS << " if (Opcode == " << InstrMapDesc.getName() << "Table[mid][0]) {\n"; 420 OS << " if (Opcode < " << InstrMapDesc.getName() << "Table[mid][0])\n"; 440 // relation table. If found, return opcode value from the appropriate column 472 // Emit function name and the input parameters : mostly opcode value of the 480 OS << "int "<< InstrMapDesc.getName() << "(uint16_t Opcode";
|
/external/mesa3d/src/glx/ |
glxext.c | 286 QueryVersion(Display * dpy, int opcode, int *major, int *minor) 315 req->reqType = opcode; 939 /* Use opcode from gc because its right */ 1115 GLushort opcode, length; local 1118 /* Fetch opcode */ 1119 opcode = *((GLushort *) p); 1121 printf("%2x: %5d: ", opcode, length);
|
/dalvik/vm/compiler/codegen/mips/ |
Assemble.cpp | 29 * opcode: MipsOpCode enum 30 * skeleton: pre-designated bit-pattern for this opcode 44 #define ENCODING_MAP(opcode, skeleton, k0, ds, de, k1, s1s, s1e, k2, s2s, s2e, \ 47 {k3, k3s, k3e}}, opcode, flags, name, fmt, size} 443 if (lir->opcode < 0) { 452 if (lir->opcode == kMipsB || lir->opcode == kMipsBal) { 466 } else if (lir->opcode >= kMipsBeqz && lir->opcode <= kMipsBnez) { 480 } else if (lir->opcode == kMipsBeq || lir->opcode == kMipsBne) [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_act.c | 245 static void bta_av_rc_msg_cback(UINT8 handle, UINT8 label, UINT8 opcode, tAVRC_MSG *p_msg) 253 APPL_TRACE_ERROR2("rc_msg handle: %d opcode=0x%x", handle, opcode); 255 APPL_TRACE_EVENT2("bta_av_rc_msg_cback handle: %d opcode=0x%x", handle, opcode); 258 if (opcode == AVRC_OP_VENDOR && p_msg->vendor.p_vendor_data != NULL) 264 else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL) 276 p_buf->opcode = opcode; 873 if (p_data->rc_msg.opcode == AVRC_OP_PASS_THRU [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | 270 GET_INST_OPCODE(ip) @ extract opcode from rINST 389 GET_INST_OPCODE(ip) @ extract opcode from rINST 609 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9 617 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9 672 GET_INST_OPCODE(ip) @ extract opcode from rINST 776 GET_INST_OPCODE(ip) @ extract opcode from rINST 779 GET_INST_OPCODE(ip) @ extract opcode from rINST [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_devctl.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
nvfragparse.c | 81 enum prog_opcode opcode; member in struct:instruction_pattern 221 result.opcode = MAX_OPCODE; /* i.e. invalid instruction */ [all...] |
/external/llvm/include/llvm/Target/ |
TargetInstrInfo.h | 98 /// getCallFrameSetup/DestroyOpcode - These methods return the opcode of the 575 /// getOpcodeAfterMemoryUnfold - Returns the opcode of the would be new 577 /// specified opcode. It returns zero if the specified unfolding is not [all...] |
/external/mesa3d/src/mesa/program/ |
nvfragparse.c | 81 enum prog_opcode opcode; member in struct:instruction_pattern 221 result.opcode = MAX_OPCODE; /* i.e. invalid instruction */ [all...] |
/bionic/libc/kernel/common/linux/ |
coda.h | 225 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) 232 u_int32_t opcode; member in struct:coda_in_hdr 241 u_int32_t opcode; member in struct:coda_out_hdr
|
/dalvik/opcode-gen/ |
bytecode.txt | 22 # preferable) of formats, when more than one opcode could be used for 52 # One line per opcode. Columns are: 53 # hex for opcode 54 # opcode name 322 # Technically "breakpoint" isn't really an optimized opcode, but it
|