HomeSort by relevance Sort by last modified time
    Searched refs:LowOp (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/compiler/codegen/x86/
Lower.h 30 #define NUM_DEPENDENCIES 24 /* max number of dependencies from a LowOp */
205 /* Due to space considation, a lowered op (LowOp) has two operands (LowOpnd), depending on
338 typedef struct LowOp {
345 } LowOp;
348 LowOp lop;
353 LowOp lop;
363 LowOp lop;
368 LowOp lop;
373 LowOp lop;
378 LowOp lop
    [all...]
CodegenInterface.cpp 273 LowOp* jumpToBasicBlock(char* instAddr, int targetId) {
283 LowOp* condJumpToBasicBlock(char* instAddr, ConditionCode cc, int targetId) {
764 LowOp **pcrLabel =
765 (LowOp **) cUnit->pcReconstructionList.elemList;
    [all...]
LowerHelper.cpp 53 LowOp* lirTable[200];
175 lowOpTimeStamp++; //one LowOp constructed
252 //!update fields of LowOp and generate a x86 instruction with a single immediate operand
270 //!update fields of LowOp and generate a x86 instruction that takes a single memory operand
291 //!update fields of LowOp and generate a x86 instruction that takes a single reg operand
333 //!update fields of LowOp and generate a x86 instruction that takes two reg operands
346 //!update fields of LowOp and generate a x86 instruction that takes two reg operands
363 //!update fields of LowOp and generate a x86 instruction that takes two reg operands
384 //!update fields of LowOp and generate a x86 instruction that takes two reg operands
439 //!update fields of LowOp and generate a x86 instruction that takes one reg operand and one mem operan
    [all...]
Lower.cpp 41 LowOp* ops[BUFFER_SIZE];
42 LowOp* op;
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 658 unsigned LowOp, HighOp;
660 LowOp = AArch64::ADDxxi_lsl0_s;
663 LowOp = AArch64::SUBxxi_lsl0_s;
671 BuildMI(MBB, MBBI, dl, TII.get(LowOp), DstReg)
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 677 milliseconds