HomeSort by relevance Sort by last modified time
    Searched refs:LowOp (Results 1 - 4 of 4) 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 264 LowOp* jumpToBasicBlock(char* instAddr, int targetId) {
274 LowOp* condJumpToBasicBlock(char* instAddr, ConditionCode cc, int targetId) {
749 LowOp **pcrLabel =
750 (LowOp **) cUnit->pcReconstructionList.elemList;
    [all...]
LowerHelper.cpp 52 LowOp* lirTable[200];
174 lowOpTimeStamp++; //one LowOp constructed
251 //!update fields of LowOp and generate a x86 instruction with a single immediate operand
269 //!update fields of LowOp and generate a x86 instruction that takes a single memory operand
290 //!update fields of LowOp and generate a x86 instruction that takes a single reg operand
332 //!update fields of LowOp and generate a x86 instruction that takes two reg operands
345 //!update fields of LowOp and generate a x86 instruction that takes two reg operands
362 //!update fields of LowOp and generate a x86 instruction that takes two reg operands
383 //!update fields of LowOp and generate a x86 instruction that takes two reg operands
438 //!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;

Completed in 44 milliseconds