/dalvik/libdex/ |
D | DexOpcodes.cpp | 295 const char* dexGetOpcodeName(Opcode op) in dexGetOpcodeName()
|
/dalvik/vm/compiler/codegen/arm/FP/ |
D | Thumb2VFP.cpp | 21 int op = kThumbBkpt; in genArithOpFloat() local 67 int op = kThumbBkpt; in genArithOpDouble() local 114 int op = kThumbBkpt; in genConversion() local
|
/dalvik/vm/compiler/codegen/mips/FP/ |
D | MipsFP.cpp | 72 int op = kMipsNop; in genArithOpFloat() local 162 int op = kMipsNop; in genArithOpDouble() local 254 int op = kMipsNop; in genConversion() local
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
D | Factory.cpp | 241 static ArmLIR *opNone(CompilationUnit *cUnit, OpKind op) in opNone() 259 static ArmLIR *opImm(CompilationUnit *cUnit, OpKind op, int value) in opImm() 293 static ArmLIR *opReg(CompilationUnit *cUnit, OpKind op, int rDestSrc) in opReg() 306 static ArmLIR *opRegRegShift(CompilationUnit *cUnit, OpKind op, int rDestSrc1, in opRegRegShift() 422 static ArmLIR *opRegReg(CompilationUnit *cUnit, OpKind op, int rDestSrc1, in opRegReg() 428 static ArmLIR *opRegRegRegShift(CompilationUnit *cUnit, OpKind op, in opRegRegRegShift() 492 static ArmLIR *opRegRegReg(CompilationUnit *cUnit, OpKind op, int rDest, in opRegRegReg() 498 static ArmLIR *opRegRegImm(CompilationUnit *cUnit, OpKind op, int rDest, in opRegRegImm() 621 static ArmLIR *opRegImm(CompilationUnit *cUnit, OpKind op, int rDestSrc1, in opRegImm()
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
D | Factory.cpp | 143 static ArmLIR *opNone(CompilationUnit *cUnit, OpKind op) in opNone() 162 static ArmLIR *opImm(CompilationUnit *cUnit, OpKind op, int value) in opImm() 179 static ArmLIR *opReg(CompilationUnit *cUnit, OpKind op, int rDestSrc) in opReg() 193 static ArmLIR *opRegImm(CompilationUnit *cUnit, OpKind op, int rDestSrc1, in opRegImm() 250 static ArmLIR *opRegRegReg(CompilationUnit *cUnit, OpKind op, int rDest, in opRegRegReg() 278 static ArmLIR *opRegRegImm(CompilationUnit *cUnit, OpKind op, int rDest, in opRegRegImm() 373 static ArmLIR *opRegReg(CompilationUnit *cUnit, OpKind op, int rDestSrc1, in opRegReg()
|
/dalvik/vm/compiler/codegen/mips/Mips32/ |
D | Factory.cpp | 155 static MipsLIR *opNone(CompilationUnit *cUnit, OpKind op) in opNone() 186 static MipsLIR *opReg(CompilationUnit *cUnit, OpKind op, int rDestSrc) in opReg() 201 static MipsLIR *opRegImm(CompilationUnit *cUnit, OpKind op, int rDestSrc1, in opRegImm() 234 static MipsLIR *opRegRegReg(CompilationUnit *cUnit, OpKind op, int rDest, in opRegRegReg() 274 static MipsLIR *opRegRegImm(CompilationUnit *cUnit, OpKind op, int rDest, in opRegRegImm() 365 static MipsLIR *opRegReg(CompilationUnit *cUnit, OpKind op, int rDestSrc1, in opRegReg()
|
/dalvik/vm/compiler/codegen/x86/ |
D | LowerHelper.cpp | 227 LowOpImm* op = (LowOpImm*)atomNew(sizeof(LowOpImm)); in dump_special() local 396 LowOpRegReg* op = NULL; in dump_reg_reg() local 537 LowOpRegReg* op = (LowOpRegReg*)atomNew(sizeof(LowOpRegReg)); in dump_movez_reg_reg() local 839 void load_fp_stack(LowOp* op, OpndSize size, int disp, int base_reg, bool isBasePhysical) {//fld(s|… in load_fp_stack() 859 void store_fp_stack(LowOp* op, bool pop, OpndSize size, int disp, int base_reg, bool isBasePhysical… in store_fp_stack() 866 void store_int_fp_stack(LowOp* op, bool pop, OpndSize size, int disp, int base_reg, bool isBasePhys… in store_int_fp_stack() 873 void compare_reg_mem(LowOp* op, OpndSize size, int reg, bool isPhysical, in compare_reg_mem() 1145 void compare_ss_mem_reg(LowOp* op, int disp, int base_reg, bool isBasePhysical, in compare_ss_mem_reg() 1154 void compare_ss_reg_with_reg(LowOp* op, int reg1, bool isPhysical1, in compare_ss_reg_with_reg() 1162 void compare_sd_mem_with_reg(LowOp* op, int disp, int base_reg, bool isBasePhysical, in compare_sd_mem_with_reg() [all …]
|
D | Lower.cpp | 42 LowOp* op; variable
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_base.cpp | 463 const Operand& op = opnds[idx]; in encodeModRM() local 688 const EncoderBase::Operand& op = opnds[j]; in match() local
|
D | enc_base.h | 560 void add(const Operand& op) in add()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | RopperMachine.java | 725 private void updateReturnOp(Rop op, SourcePosition pos) { in updateReturnOp()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | InsnFormat.java | 46 String op = insn.getOpcode().getName(); in listingString() local
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | InsnFormat.java | 57 String op = insn.getOpcode().getName(); in listingString() local
|
/dalvik/dx/src/com/android/dx/ssa/ |
D | EscapeAnalysis.java | 219 int op = insn.getOpcode().getOpcode(); in processInsn() local
|
/dalvik/vm/compiler/codegen/mips/ |
D | Assemble.cpp | 930 static u4 getSkeleton(MipsOpCode op) in getSkeleton()
|
D | CodegenDriver.cpp | 832 OpKind op = kOpBkpt; in genArithOpInt() local 2330 OpKind op = (OpKind)0; /* Make gcc happy */ in handleFmt22b_Fmt22s() local
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 778 OpKind op = kOpBkpt; in genArithOpInt() local 2278 OpKind op = (OpKind)0; /* Make gcc happy */ in handleFmt22b_Fmt22s() local
|
D | Assemble.cpp | 1554 static u4 getSkeleton(ArmOpcode op) in getSkeleton()
|