HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 326 - 350 of 1512) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/rop/code/
FillArrayDataInsn.java 44 * @param opcode {@code non-null;} the opcode
50 public FillArrayDataInsn(Rop opcode, SourcePosition position,
54 super(opcode, position, null, sources);
56 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
PlainCstInsn.java 33 * @param opcode {@code non-null;} the opcode
39 public PlainCstInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources, cst);
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
SwitchInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result,
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
ThrowingCstInsn.java 36 * @param opcode {@code non-null;} the opcode
42 public ThrowingCstInsn(Rop opcode, SourcePosition position,
45 super(opcode, position, null, sources, cst);
47 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
ThrowingInsn.java 57 * @param opcode {@code non-null;} the opcode
62 public ThrowingInsn(Rop opcode, SourcePosition position,
65 super(opcode, position, null, sources);
67 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 103 isPseudoOpcode(thisLIR->opcode) ||
104 !(EncodingMap[thisLIR->opcode].flags & (IS_LOAD | IS_STORE))) {
109 bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD;
149 bool isCheckLIRLoad = EncodingMap[checkLIR->opcode].flags &
156 assert(!(EncodingMap[checkLIR->opcode].flags &
292 isPseudoOpcode(thisLIR->opcode) ||
293 !(EncodingMap[thisLIR->opcode].flags & IS_LOAD)) {
361 if (stopHere || !isPseudoOpcode(checkLIR->opcode)) {
391 if (!isPseudoOpcode(depLIR->opcode) &&
392 (EncodingMap[depLIR->opcode].flags & IS_LOAD))
    [all...]
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 103 isPseudoOpCode(thisLIR->opcode) ||
104 !(EncodingMap[thisLIR->opcode].flags & (IS_LOAD | IS_STORE))) {
109 bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD;
149 bool isCheckLIRLoad = EncodingMap[checkLIR->opcode].flags &
156 assert(!(EncodingMap[checkLIR->opcode].flags &
292 isPseudoOpCode(thisLIR->opcode) ||
293 !(EncodingMap[thisLIR->opcode].flags & IS_LOAD)) {
361 if (stopHere || !isPseudoOpCode(checkLIR->opcode)) {
391 if (!isPseudoOpCode(depLIR->opcode) &&
392 (EncodingMap[depLIR->opcode].flags & IS_LOAD))
    [all...]
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER.S 28 je .L${opcode}_resolve
34 .L${opcode}_continue:
38 jae .L${opcode}_nsm # method not present in superclass
50 .L${opcode}_resolve:
60 jne .L${opcode}_continue # good to go - continue
67 .L${opcode}_nsm:
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
FillArrayDataInsn.java 45 * @param opcode {@code non-null;} the opcode
51 public FillArrayDataInsn(Rop opcode, SourcePosition position,
55 super(opcode, position, null, sources);
57 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
PlainCstInsn.java 33 * @param opcode {@code non-null;} the opcode
39 public PlainCstInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources, cst);
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
SwitchInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result,
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
ThrowingCstInsn.java 36 * @param opcode {@code non-null;} the opcode
42 public ThrowingCstInsn(Rop opcode, SourcePosition position,
45 super(opcode, position, null, sources, cst);
47 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
ThrowingInsn.java 57 * @param opcode {@code non-null;} the opcode
62 public ThrowingInsn(Rop opcode, SourcePosition position,
65 super(opcode, position, null, sources);
67 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 21 class CodeAnalyzer implements Opcode {
98 private boolean processBranch(int opcode, CodeIterator ci, int index,
102 if ((IFEQ <= opcode && opcode <= IF_ACMPNE)
103 || opcode == IFNULL || opcode == IFNONNULL) {
109 switch (opcode) {
120 if (opcode == JSR)
159 if (opcode == LOOKUPSWITCH) {
204 private static boolean isEnd(int opcode) {
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
OffsetInstructionFormatMethodItem.java 35 import org.jf.dexlib.Code.Opcode;
70 if (instruction.opcode == Opcode.FILL_ARRAY_DATA) {
73 if (instruction.opcode == Opcode.PACKED_SWITCH) {
76 assert instruction.opcode == Opcode.SPARSE_SWITCH;
  /hardware/qcom/bt/libbt-vendor/src/
bt_vendor_qcom.c 95 static int op(bt_vendor_opcode_t opcode, void *param)
101 ALOGV("bt-vendor : op for %d", opcode);
103 switch(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)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_context.c 477 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_LIST)
485 ret->header.opcode = header->opcode;
499 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_INFO)
510 ret->header.opcode = header->opcode;
526 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_DRAW_BLOCK)
537 ret->header.opcode = header->opcode;
554 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_DRAW_STEP
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.c 477 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_LIST)
485 ret->header.opcode = header->opcode;
499 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_INFO)
510 ret->header.opcode = header->opcode;
526 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_DRAW_BLOCK)
537 ret->header.opcode = header->opcode;
554 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_DRAW_STEP
    [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...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 250 public void visitInsn(int opcode) {
252 switch (opcode) {
265 mParentVisitor.visitInsn(opcode);
285 public void visitMethodInsn(int opcode, String owner, String name, String desc) {
287 mParentVisitor.visitMethodInsn(opcode, owner, name, desc);
292 public void visitFieldInsn(int opcode, String owner, String name, String desc) {
294 mParentVisitor.visitFieldInsn(opcode, owner, name, desc);
313 public void visitIntInsn(int opcode, int operand) {
315 mParentVisitor.visitIntInsn(opcode, operand);
320 public void visitJumpInsn(int opcode, Label label)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c 39 /* Opcode modifiers. */
42 #define MOD_Op0Add 2 /* Parameter adds to opcode byte 0 */
43 #define MOD_Op1Add 3 /* Parameter adds to opcode byte 1 */
44 #define MOD_Op2Add 4 /* Parameter adds to opcode byte 2 */
50 #define MOD_Op1AddSp 10 /* Parameter is added as "spare" to opcode byte 2 */
102 * [special case for MOV opcode]
112 /* EAX memory operand only (EA) [special case for SVM skinit opcode] */
151 OPA_Op0Add = 5, /* operand data is added to opcode byte 0 */
152 OPA_Op1Add = 6, /* operand data is added to opcode byte 1 */
154 * (special case for imul opcode)
288 unsigned char opcode[3]; member in struct:x86_insn_info
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_glx.c 63 SendMakeCurrentRequest(Display * dpy, CARD8 opcode,
76 req->reqType = opcode;
94 req->reqType = opcode;
109 req->reqType = opcode;
135 int opcode = __glXSetupForCommand(dpy); local
144 SendMakeCurrentRequest(dpy, opcode, gc->xid, tag, draw, read, &reply);
165 int opcode = __glXSetupForCommand(dpy); local
176 SendMakeCurrentRequest(dpy, opcode, None,
254 CARD8 opcode; local
263 opcode = __glXSetupForCommand(dpy)
303 CARD8 opcode; local
350 CARD8 opcode; local
    [all...]
  /external/mesa3d/src/glx/
indirect_glx.c 63 SendMakeCurrentRequest(Display * dpy, CARD8 opcode,
76 req->reqType = opcode;
94 req->reqType = opcode;
109 req->reqType = opcode;
135 int opcode = __glXSetupForCommand(dpy); local
144 SendMakeCurrentRequest(dpy, opcode, gc->xid, tag, draw, read, &reply);
165 int opcode = __glXSetupForCommand(dpy); local
176 SendMakeCurrentRequest(dpy, opcode, None,
254 CARD8 opcode; local
263 opcode = __glXSetupForCommand(dpy)
303 CARD8 opcode; local
350 CARD8 opcode; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Insn.java 28 * an opcode (which specifies operation and source/result types), a
33 /** {@code non-null;} opcode */
34 private final Rop opcode; field in class:Insn
48 * @param opcode {@code non-null;} the opcode
53 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
55 if (opcode == null) {
56 throw new NullPointerException("opcode == null");
67 this.opcode = opcode;
    [all...]

Completed in 1445 milliseconds

<<11121314151617181920>>