| /external/elfutils/libdw/ |
| dwarf_getmacros.c | 91 unsigned int opcode = *readp++; local 97 switch (opcode) 137 mac.opcode = opcode;
|
| /external/libnfc-nci/src/nfc/int/ |
| tags_int.h | 36 UINT8 opcode; member in struct:__anon10646 66 UINT8 opcode; member in struct:__anon10649 77 extern const tT1T_CMD_RSP_INFO * t1t_cmd_to_rsp_info (UINT8 opcode); 83 extern const tT2T_CMD_RSP_INFO * t2t_cmd_to_rsp_info (UINT8 opcode);
|
| /external/proguard/src/proguard/classfile/visitor/ |
| DotClassClassVisitor.java | 69 byte opcode = constantInstruction.opcode; 72 if (opcode == InstructionConstants.OP_LDC || 73 opcode == InstructionConstants.OP_LDC_W)
|
| /dalvik/vm/mterp/mips/ |
| OP_DOUBLE_TO_LONG.S | 16 bgez t1, .L${opcode}_set_vreg 27 blez t1, .L${opcode}_set_vreg 38 bnez t0, .L${opcode}_set_vreg 50 bc1t .L${opcode}_set_vreg 57 bc1t .L${opcode}_set_vreg 63 bc1t .L${opcode}_set_vreg 66 b .L${opcode}_set_vreg
|
| OP_APUT_OBJECT.S | 27 bnez rBIX, .L${opcode}_checks # yes, skip type checks 28 .L${opcode}_finish: 30 GET_INST_OPCODE(t0) # extract opcode from rINST 35 .L${opcode}_checks: 39 beqz v0, .L${opcode}_throw # okay ? 44 b .L${opcode}_finish # yes, skip type checks 45 .L${opcode}_throw:
|
| OP_EXECUTE_INLINE.S | 21 bnez a2, .L${opcode}_debugmode # yes - take slow path 22 .L${opcode}_resume: 27 BAL(.L${opcode}_continue) # make call; will return after 32 GET_INST_OPCODE(t0) # extract opcode from rINST 47 .L${opcode}_continue: 83 .L${opcode}_debugmode: 86 beqz v0, .L${opcode}_resume # did it resolve? no, just move on 95 BAL(.L${opcode}_continue) # make call; will return after 103 GET_INST_OPCODE(t0) # extract opcode from rINST
|
| OP_EXECUTE_INLINE_RANGE.S | 19 bnez a2, .L${opcode}_debugmode # yes - take slow path 20 .L${opcode}_resume: 24 BAL(.L${opcode}_continue) # make call; will return after 28 GET_INST_OPCODE(t0) # extract opcode from rINST 39 .L${opcode}_continue: 70 .L${opcode}_debugmode: 73 beqz v0, .L${opcode}_resume # did it resolve? no, just move on 83 BAL(.L${opcode}_continue) # make call; will return after 91 GET_INST_OPCODE(t0) # extract opcode from rINST
|
| OP_CONST_CLASS.S | 12 bnez v0, .L${opcode}_resolve # v0!=0 => resolved-ok 26 .L${opcode}_resolve: 28 GET_INST_OPCODE(t0) # extract opcode from rINST
|
| /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
| Instruction35mi.java | 50 public Instruction35mi(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG, 52 super(opcode); 78 private Instruction35mi(Opcode opcode, byte[] buffer, int bufferIndex) { 79 super(opcode); 91 out.writeByte(opcode.value); 131 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { 132 return new Instruction35mi(opcode, buffer, bufferIndex) [all...] |
| Instruction35ms.java | 34 import org.jf.dexlib.Code.Opcode; 50 public Instruction35ms(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG, 52 super(opcode); 78 private Instruction35ms(Opcode opcode, byte[] buffer, int bufferIndex) { 79 super(opcode); 91 out.writeByte(opcode.value); 131 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) [all...] |
| /dalvik/vm/mterp/armv5te/ |
| OP_SGET.S | 17 beq .L${opcode}_resolve @ yes, do resolve 18 .L${opcode}_finish: @ field ptr in r0 24 GET_INST_OPCODE(ip) @ extract opcode from rINST 33 .L${opcode}_resolve: 50 b .L${opcode}_finish
|
| OP_SPUT.S | 17 beq .L${opcode}_resolve @ yes, do resolve 18 .L${opcode}_finish: @ field ptr in r0 22 GET_INST_OPCODE(ip) @ extract opcode from rINST 34 .L${opcode}_resolve: 51 b .L${opcode}_finish @ resume
|
| OP_INVOKE_SUPER.S | 26 bne .L${opcode}_continue @ resolved, continue on 27 b .L${opcode}_resolve @ do resolve now 35 .L${opcode}_continue: 41 bcs .L${opcode}_nsm @ method not present in superclass 46 .L${opcode}_resolve: 51 bne .L${opcode}_continue @ no, continue 58 .L${opcode}_nsm:
|
| OP_SPUT_OBJECT.S | 17 beq .L${opcode}_resolve @ yes, do resolve 18 .L${opcode}_finish: @ field ptr in r0 24 GET_INST_OPCODE(ip) @ extract opcode from rINST 26 b .L${opcode}_end 30 .L${opcode}_end: 41 .L${opcode}_resolve: 58 b .L${opcode}_finish @ resume
|
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| SubroutineScanner.java | 27 import javassist.bytecode.Opcode; 34 public class SubroutineScanner implements Opcode { 84 int opcode = iter.byteAt(pos); local 86 if (opcode == TABLESWITCH) { 92 if (opcode == LOOKUPSWITCH) { 99 if (Util.isReturn(opcode) || opcode == RET || opcode == ATHROW) 102 if (Util.isJumpInstruction(opcode)) { 104 if (opcode == JSR || opcode == JSR_W) [all...] |
| /external/openssl/crypto/perlasm/ |
| x86_64-xlate.pl | 104 { package opcode; # pick up opcodes 228 die if (opcode->mnemonic() ne "mov"); 229 opcode->mnemonic("lea"); 275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq"); 276 $sz="l" if (opcode->mnemonic() eq "movd"); 416 if ($nasm && opcode->mnemonic()=~m/^j/) { 429 my %opcode = # lea 2f-1f(%rip),%dst; 1: nop; 2: 448 $line=sprintf "0x%x,0x90000000",$opcode{$1}; 654 local *opcode=shift; 659 push @opcode,($rex|0x40) if ($rex) [all...] |
| /dalvik/dx/src/com/android/dx/rop/code/ |
| DexTranslationAdvice.java | 57 public boolean hasConstantOperation(Rop opcode, 67 opcode.getOpcode() == RegOps.SUB) { 77 switch (opcode.getOpcode()) { 102 public boolean requiresSourcesInOrder(Rop opcode, 105 return !disableSourcesInOrder && opcode.isCallLike()
|
| /dalvik/vm/compiler/codegen/arm/ |
| ArchFactory.cpp | 106 static void genDispatchToHandler(CompilationUnit *cUnit, TemplateOpcode opcode) 118 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], 119 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]); 121 (int) gDvmJit.codeCache + templateEntryOffsets[opcode], 122 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
|
| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| DexTranslationAdvice.java | 57 public boolean hasConstantOperation(Rop opcode, 67 opcode.getOpcode() == RegOps.SUB) { 77 switch (opcode.getOpcode()) { 102 public boolean requiresSourcesInOrder(Rop opcode, 105 return !disableSourcesInOrder && opcode.isCallLike()
|
| /external/proguard/src/proguard/classfile/instruction/ |
| LookUpSwitchInstruction.java | 47 public LookUpSwitchInstruction(byte opcode, 52 this.opcode = opcode; 66 this.opcode = lookUpSwitchInstruction.opcode;
|
| TableSwitchInstruction.java | 48 public TableSwitchInstruction(byte opcode, 54 this.opcode = opcode; 69 this.opcode = tableSwitchInstruction.opcode;
|
| /external/proguard/src/proguard/optimize/peephole/ |
| GotoCommonCodeReplacer.java | 101 byte opcode = branchInstruction.opcode; 102 if ((opcode == InstructionConstants.OP_GOTO || 103 opcode == InstructionConstants.OP_GOTO_W) && 139 new BranchInstruction(opcode, newBranchOffset); 229 * Returns whether the given opcode represents a pop instruction that must 232 private boolean isPop(byte opcode) 234 return opcode == InstructionConstants.OP_POP || 235 opcode == InstructionConstants.OP_POP2 || 236 opcode == InstructionConstants.OP_ARRAYLENGTH [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| DalvInsn.java | 36 /** the opcode; one of the constants from {@link Dops} */ 37 private final Dop opcode; field in class:DalvInsn 59 Dop opcode; local 62 opcode = reference ? Dops.MOVE_OBJECT : 65 opcode = reference ? Dops.MOVE_OBJECT_FROM16 : 68 opcode = reference ? Dops.MOVE_OBJECT_16 : 72 return new SimpleInsn(opcode, position, 86 * @param opcode the opcode; one of the constants from {@link Dops} 92 public DalvInsn(Dop opcode, SourcePosition position [all...] |
| /dalvik/dx/src/com/android/dx/dex/code/ |
| DalvInsn.java | 38 /** the opcode; one of the constants from {@link Dops} */ 39 private final Dop opcode; field in class:DalvInsn 61 Dop opcode; local 64 opcode = reference ? Dops.MOVE_OBJECT : 67 opcode = reference ? Dops.MOVE_OBJECT_FROM16 : 70 opcode = reference ? Dops.MOVE_OBJECT_16 : 74 return new SimpleInsn(opcode, position, 88 * @param opcode the opcode; one of the constants from {@link Dops} 94 public DalvInsn(Dop opcode, SourcePosition position [all...] |
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
| DalvInsn.java | 38 /** the opcode; one of the constants from {@link Dops} */ 39 private final Dop opcode; field in class:DalvInsn 61 Dop opcode; local 64 opcode = reference ? Dops.MOVE_OBJECT : 67 opcode = reference ? Dops.MOVE_OBJECT_FROM16 : 70 opcode = reference ? Dops.MOVE_OBJECT_16 : 74 return new SimpleInsn(opcode, position, 88 * @param opcode the opcode; one of the constants from {@link Dops} 94 public DalvInsn(Dop opcode, SourcePosition position [all...] |