/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkerFactory.java | 41 * which are built from the opcode map output, and an analysis engine 52 * the XPath operations into an opcode map. 53 * @param stepOpCodePos The opcode position for the step. 86 * the XPath operations into an opcode map. 87 * @param stepOpCodePos The opcode position for the step. 151 * the XPath operations into an opcode map. 292 * the XPath operations into an opcode map. 293 * @param stepOpCodePos The opcode position for the step. 344 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NULL_ERROR_HANDLER, new Object[]{Integer.toString(stepType)})); //"Programmer's assertion: unknown opcode: " 547 * the XPath operations into an opcode map [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_shader_dump.c | 81 switch (op.opcode) { 577 switch (op.opcode) { 635 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 650 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 683 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 716 const struct sh_opcode_info *info = svga_opcode_info(op.opcode);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 284 int opcode = bs.readByte() & 0xff; local 286 switch (opcode) { 389 if (opcode < DBG_FIRST_SPECIAL) { 391 "Invalid extended opcode encountered " 392 + opcode); 395 int adjopcode = opcode - DBG_FIRST_SPECIAL;
|
/external/kernel-headers/original/linux/ |
coda.h | 308 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) 330 u_int32_t opcode; member in struct:coda_in_hdr 344 /* Really important that opcode and unique are 1st two fields! */ 346 u_int32_t opcode; member in struct:coda_out_hdr
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXVector.td | 202 class V4AsmStr<string opcode> : BinOpAsmString< 205 opcode, " \t${dst}_0, ${a}_0, ${b}_0;\n\t"), 206 opcode), " \t${dst}_1, ${a}_1, ${b}_1;\n\t"), 207 opcode), " \t${dst}_2, ${a}_2, ${b}_2;\n\t"), 208 opcode), " \t${dst}_3, ${a}_3, ${b}_3;")>; 210 class V2AsmStr<string opcode> : BinOpAsmString< 212 opcode, " \t${dst}_0, ${a}_0, ${b}_0;\n\t"), 213 opcode), " \t${dst}_1, ${a}_1, ${b}_1;")>; 215 class V4MADStr<string opcode> : BinOpAsmString< 218 opcode, " \t${dst}_0, ${a}_0, ${b}_0, ${c}_0;\n\t") [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.h | 61 // Turn condition code into conditional branch opcode. 64 // Turn CMov opcode into condition code. 135 /// RegOp2MemOpTable2, RegOp2MemOpTable3 - Load / store folding opcode maps. 145 /// MemOp2RegOpTable - Load / store unfolding opcode map. 312 /// getOpcodeAfterMemoryUnfold - Returns the opcode of the would be new 314 /// specified opcode. It returns zero if the specified unfolding is not
|
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | 161 /// \returns The opcode if all of the Instructions in \p VL have the same 162 /// opcode, or zero. 167 unsigned Opcode = I0->getOpcode(); 170 if (!I || Opcode != I->getOpcode()) 173 return Opcode; 190 assert(Instruction::ExtractElement == getSameOpcode(VL) && "Invalid opcode"); 616 unsigned Opcode = getSameOpcode(VL); 619 if (Opcode == Instruction::Load || Opcode == Instruction::Store) { 635 switch (Opcode) { [all...] |
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_shader_dump.c | 81 switch (op.opcode) { 577 switch (op.opcode) { 635 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 650 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 683 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 716 const struct sh_opcode_info *info = svga_opcode_info(op.opcode);
|
/frameworks/base/obex/javax/obex/ |
ClientSession.java | 399 * @param opCode the type of request to send to the client 408 public boolean sendRequest(int opCode, byte[] head, HeaderSet header, 419 out.write((byte)opCode); 444 if (opCode == ObexHelper.OBEX_OPCODE_CONNECT) { 474 if (opCode == ObexHelper.OBEX_OPCODE_ABORT) { 510 return sendRequest(opCode, sendHeaders, header, privateInput);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
coda.h | 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) 326 u_int32_t opcode; member in struct:coda_in_hdr 340 /* Really important that opcode and unique are 1st two fields! */ 342 u_int32_t opcode; member in struct:coda_out_hdr
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda.h | 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) 326 u_int32_t opcode; member in struct:coda_in_hdr 340 /* Really important that opcode and unique are 1st two fields! */ 342 u_int32_t opcode; member in struct:coda_out_hdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda.h | 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) 326 u_int32_t opcode; member in struct:coda_in_hdr 340 /* Really important that opcode and unique are 1st two fields! */ 342 u_int32_t opcode; member in struct:coda_out_hdr
|
/dalvik/vm/analysis/ |
DexVerify.cpp | 76 * - opcode of first instruction begins at index 0 104 Opcode opcode = dexOpcodeFromCodeUnit(*insns); local 105 if (opcode == OP_NEW_INSTANCE) 107 if (opcode == OP_MONITOR_ENTER) 230 * - opcode of first instruction begins at index 0 820 switch (decInsn.opcode) { [all...] |
/dalvik/vm/mterp/armv5te/ |
header.S | 158 * Put the instruction's opcode field into the specified register. 163 * Put the prefetched instruction's opcode field into the specified register. 168 * Begin executing the opcode in _reg. Because this only jumps within the
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera.h | 292 mm_camera_ops_type_t opcode, void *parm); 297 mm_camera_ops_type_t opcode, void *parm); 299 mm_camera_ops_type_t opcode, void *parm);
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Keywords.java | 32 /** Table of keywords to opcode associations. */ 35 /** Table of axes names to opcode associations. */ 41 /** Table of node type strings to opcode associations. */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_program.c | 180 if (prog->Instructions[i].Opcode == OPCODE_CAL) { 188 if (prog->Instructions[i].Opcode == OPCODE_RET) { 195 for (r = 0; r < _mesa_num_inst_src_regs(inst->Opcode); r++) {
|
/external/llvm/lib/Target/R600/ |
AMDGPUInstrInfo.h | 126 // Helper functions that check the opcode for status information 145 virtual bool isMov(unsigned opcode) const = 0; 203 int16_t getNamedOperandIdx(uint16_t Opcode, uint16_t NamedIndex);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_program.c | 180 if (prog->Instructions[i].Opcode == OPCODE_CAL) { 188 if (prog->Instructions[i].Opcode == OPCODE_RET) { 195 for (r = 0; r < _mesa_num_inst_src_regs(inst->Opcode); r++) {
|
/art/compiler/utils/arm/ |
assembler_arm.h | 566 Opcode opcode, 592 Shift opcode, 598 Shift opcode, 604 int32_t opcode, 611 int32_t opcode, 617 int32_t opcode, 623 int32_t opcode, 628 int32_t opcode,
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoEncoder.java | 766 * entry. This will typically be a single special opcode, although 779 int opcode; local 795 opcode = computeOpcode (deltaLines, deltaAddress); 797 if ((opcode & ~0xff) > 0) { 800 opcode = computeOpcode (deltaLines, deltaAddress); 802 if ((opcode & ~0xff) > 0) { 805 opcode = computeOpcode (deltaLines, deltaAddress); 809 output.writeByte(opcode); 821 * Computes a special opcode that will encode the given position change.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
RopToDop.java | 48 * The following comment lists each opcode that should be considered 49 * the "head" of an opcode chain, in terms of the process of fitting 50 * an instruction's arguments to an actual opcode. This list is 54 * TODO: Make opcode-gen produce useful code in this case instead 58 // BEGIN(first-opcodes); GENERATED AUTOMATICALLY BY opcode-gen 221 * smallest Dalvik opcode, and leave it to later processing to 449 * Returns the dalvik opcode appropriate for the given register-based 453 * @return the corresponding dalvik opcode; one of the constants in 469 * There was no easy case for the rop, so look up the opcode, and
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoEncoder.java | 774 * entry. This will typically be a single special opcode, although 787 int opcode; local 803 opcode = computeOpcode (deltaLines, deltaAddress); 805 if ((opcode & ~0xff) > 0) { 808 opcode = computeOpcode (deltaLines, deltaAddress); 810 if ((opcode & ~0xff) > 0) { 813 opcode = computeOpcode (deltaLines, deltaAddress); 817 output.writeByte(opcode); 829 * Computes a special opcode that will encode the given position change.
|
/dalvik/vm/compiler/codegen/arm/ |
Assemble.cpp | 28 * opcode: ArmOpcode enum 29 * skeleton: pre-designated bit-pattern for this opcode 43 #define ENCODING_MAP(opcode, skeleton, k0, ds, de, k1, s1s, s1e, k2, s2s, s2e, \ 46 {k3, k3s, k3e}}, opcode, flags, name, fmt, size} [all...] |
/dalvik/vm/compiler/codegen/arm/FP/ |
ThumbPortableFP.cpp | 62 switch (mir->dalvikInsn.opcode) {
|