HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 151 - 175 of 1460) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 25 switch (node->opcode()) {
50 ArchOpcode opcode; local
54 opcode = kIA32Movss;
57 opcode = kIA32Movsd;
61 opcode = typ == kTypeInt32 ? kIA32Movsxbl : kIA32Movzxbl;
64 opcode = typ == kTypeInt32 ? kIA32Movsxwl : kIA32Movzxwl;
68 opcode = kIA32Movl;
76 Emit(opcode | AddressingModeField::encode(kMode_MI),
79 Emit(opcode | AddressingModeField::encode(kMode_MRI),
84 Emit(opcode | AddressingModeField::encode(kMode_MRI)
122 ArchOpcode opcode; local
534 InstructionCode opcode; local
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 26 * an opcode (which specifies operation and source/result types), a
31 /** {@code non-null;} opcode */
32 private final Rop opcode; field in class:Insn
46 * @param opcode {@code non-null;} the opcode
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
53 if (opcode == null) {
54 throw new NullPointerException("opcode == null");
65 this.opcode = opcode;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Insn.java 26 * an opcode (which specifies operation and source/result types), a
31 /** {@code non-null;} opcode */
32 private final Rop opcode; field in class:Insn
46 * @param opcode {@code non-null;} the opcode
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
53 if (opcode == null) {
54 throw new NullPointerException("opcode == null");
65 this.opcode = opcode;
    [all...]
  /external/javassist/src/main/javassist/expr/
FieldAccess.java 27 int opcode; field in class:FieldAccess
32 opcode = op;
64 return isStatic(opcode);
68 return c == Opcode.GETSTATIC || c == Opcode.PUTSTATIC;
75 return opcode == Opcode.GETFIELD || opcode == Opcode.GETSTATIC;
82 return opcode == Opcode.PUTFIELD || opcode == Opcode.PUTSTATIC
226 int opcode; field in class:FieldAccess.ProceedForRead
274 int opcode; field in class:FieldAccess.ProceedForWrite
    [all...]
  /external/regex-re2/re2/
prog.h 88 // Constructors per opcode
99 InstOp opcode() { return static_cast<InstOp>(out_opcode_&7); } function in class:re2::Prog::Inst
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; }
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; }
103 int lo() { DCHECK_EQ(opcode(), kInstByteRange); return lo_; }
104 int hi() { DCHECK_EQ(opcode(), kInstByteRange); return hi_; }
105 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return foldcase_; }
106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; }
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_;
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 47 int opcode = byte0(opcodeUnit); local
50 this, opcode, 0, null,
62 int opcode = byte0(opcodeUnit); local
66 this, opcode, 0, null,
81 int opcode = byte0(opcodeUnit); local
85 this, opcode, 0, null,
100 int opcode = byte0(opcodeUnit); local
103 this, opcode, 0, null,
117 int opcode = byte0(opcodeUnit); local
120 this, opcode, 0, null
134 int opcode = byte0(opcodeUnit); local
152 int opcode = byte0(opcodeUnit); local
170 int opcode = byte0(opcodeUnit); local
190 int opcode = byte0(opcodeUnit); local
208 int opcode = byte0(opcodeUnit); local
227 int opcode = byte0(opcodeUnit); local
246 int opcode = insn.getOpcode(); local
257 int opcode = byte0(opcodeUnit); local
277 int opcode = byte0(opcodeUnit); local
298 int opcode = byte0(opcodeUnit); local
321 int opcode = byte0(opcodeUnit); local
343 int opcode = byte0(opcodeUnit); local
364 int opcode = byte0(opcodeUnit); local
386 int opcode = byte0(opcodeUnit); local
408 int opcode = byte0(opcodeUnit); local
426 int opcode = byte0(opcodeUnit); local
444 int opcode = byte0(opcodeUnit); local
466 int opcode = byte0(opcodeUnit); local
499 int opcode = byte0(opcodeUnit); local
587 int opcode = byte0(opcodeUnit); local
770 int opcode = byte0(opcodeUnit); local
835 int opcode = byte0(opcodeUnit); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 48 int opcode = byte0(opcodeUnit); local
51 this, opcode, 0, null,
63 int opcode = byte0(opcodeUnit); local
67 this, opcode, 0, null,
82 int opcode = byte0(opcodeUnit); local
86 this, opcode, 0, null,
101 int opcode = byte0(opcodeUnit); local
104 this, opcode, 0, null,
118 int opcode = byte0(opcodeUnit); local
121 this, opcode, 0, null
135 int opcode = byte0(opcodeUnit); local
153 int opcode = byte0(opcodeUnit); local
171 int opcode = byte0(opcodeUnit); local
191 int opcode = byte0(opcodeUnit); local
209 int opcode = byte0(opcodeUnit); local
228 int opcode = byte0(opcodeUnit); local
247 int opcode = insn.getOpcode(); local
258 int opcode = byte0(opcodeUnit); local
278 int opcode = byte0(opcodeUnit); local
299 int opcode = byte0(opcodeUnit); local
322 int opcode = byte0(opcodeUnit); local
344 int opcode = byte0(opcodeUnit); local
365 int opcode = byte0(opcodeUnit); local
387 int opcode = byte0(opcodeUnit); local
409 int opcode = byte0(opcodeUnit); local
427 int opcode = byte0(opcodeUnit); local
445 int opcode = byte0(opcodeUnit); local
467 int opcode = byte0(opcodeUnit); local
500 int opcode = byte0(opcodeUnit); local
588 int opcode = byte0(opcodeUnit); local
904 int opcode = byte0(opcodeUnit); local
969 int opcode = byte0(opcodeUnit); local
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format21c.java 21 import dexfuzz.rawdex.Opcode;
67 if (info.opcode == Opcode.CONST_STRING) {
70 if (info.opcode == Opcode.CONST_CLASS
71 || info.opcode == Opcode.CHECK_CAST
72 || info.opcode == Opcode.NEW_INSTANCE) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CstInsn.java 47 * @param opcode the opcode; one of the constants from {@link Dops}
54 public CstInsn(Dop opcode, SourcePosition position,
56 super(opcode, position, registers);
69 public DalvInsn withOpcode(Dop opcode) {
71 new CstInsn(opcode, getPosition(), getRegisters(), constant);
  /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/dx/src/com/android/dx/dex/code/
CstInsn.java 47 * @param opcode the opcode; one of the constants from {@link Dops}
54 public CstInsn(Dop opcode, SourcePosition position,
56 super(opcode, position, registers);
69 public DalvInsn withOpcode(Dop opcode) {
71 new CstInsn(opcode, getPosition(), getRegisters(), constant);
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 16 # each opcode...
18 { my $opcode = $AUTOLOAD;
20 die "more than 4 arguments passed to $opcode" if ($#_>3);
22 $opcode =~ s/.*:://;
23 if ($opcode =~ /^push/) { $stack+=4; }
24 elsif ($opcode =~ /^pop/) { $stack-=4; }
26 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
30 { my $opcode=shift;
32 if ($#_==-1) { push(@out,"\t$opcode\n"); }
33 else { push(@out,"\t$opcode\t".join(',',@_)."\n");
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CstInsn.java 47 * @param opcode the opcode; one of the constants from {@link Dops}
54 public CstInsn(Dop opcode, SourcePosition position,
56 super(opcode, position, registers);
69 public DalvInsn withOpcode(Dop opcode) {
71 new CstInsn(opcode, getPosition(), getRegisters(), constant);
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketParser.java 38 void onFrame(byte flags, byte opcode, Buffer buffer);
  /external/libnfc-nci/src/nfc/int/
tags_int.h 36 UINT8 opcode; member in struct:__anon13169
66 UINT8 opcode; member in struct:__anon13172
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 67 byte opcode = constantInstruction.opcode;
70 if (opcode == InstructionConstants.OP_LDC ||
71 opcode == InstructionConstants.OP_LDC_W)
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
OffsetInstructionFormatMethodItem.java 34 import org.jf.dexlib2.Opcode;
62 Opcode opcode = instruction.getOpcode(); local
63 switch (opcode.format) {
72 if (opcode == Opcode.FILL_ARRAY_DATA) {
75 if (opcode == Opcode.PACKED_SWITCH) {
78 // Opcode.SPARSE_SWITCH;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction22c.java 34 import org.jf.dexlib2.Opcode;
45 @Nonnull Opcode opcode,
47 super(dexFile, opcode, instructionStart);
63 return DexBackedReference.makeReference(dexFile, opcode.referenceType, dexFile.readUshort(instructionStart + 2));
68 return opcode.referenceType;
DexBackedInstruction35c.java 34 import org.jf.dexlib2.Opcode;
45 @Nonnull Opcode opcode,
47 super(dexFile, opcode, instructionStart);
82 return DexBackedReference.makeReference(dexFile, opcode.referenceType,
88 return opcode.referenceType;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction21c.java 35 import org.jf.dexlib2.Opcode;
50 public ImmutableInstruction21c(@Nonnull Opcode opcode,
53 super(opcode);
55 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);
70 @Override public int getReferenceType() { return opcode.referenceType; }
ImmutableInstruction22c.java 35 import org.jf.dexlib2.Opcode;
51 public ImmutableInstruction22c(@Nonnull Opcode opcode,
55 super(opcode);
58 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);
75 @Override public int getReferenceType() { return opcode.referenceType; }
ImmutableInstruction31c.java 35 import org.jf.dexlib2.Opcode;
50 public ImmutableInstruction31c(@Nonnull Opcode opcode,
53 super(opcode);
55 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);
70 @Override public int getReferenceType() { return opcode.referenceType; }
ImmutableInstruction3rc.java 35 import org.jf.dexlib2.Opcode;
52 public ImmutableInstruction3rc(@Nonnull Opcode opcode,
56 super(opcode);
59 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);
76 @Override public int getReferenceType() { return opcode.referenceType; }
  /packages/apps/Messaging/src/com/android/messaging/util/
WakeLockHelper.java 51 public void acquire(final Context context, final Intent intent, final int opcode) {
63 LogUtil.v(TAG, "acquiring " + mWakeLockId + " for opcode " + opcode);
80 public boolean ensure(final Intent intent, final int opcode) {
84 + intent.getAction() + " opcode: " + opcode
92 + " opcode: " + opcode + " sWakeLock: " + mWakeLock + " isHeld: "
106 public void release(final Intent intent, final int opcode) {
113 + intent.getAction() + " opcode: " + opcode + " sWakeLock: " + mWakeLoc
    [all...]
  /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...]

Completed in 986 milliseconds

1 2 3 4 5 67 8 91011>>