Searched defs:move_imm_to_reg (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerHelper.cpp1645 void move_imm_to_reg(OpndSize size, int imm, int reg, bool isPhysical) { function
1647 if(size == OpndSize_64) ALOGE("move_imm_to_reg with 64 bits");
1656 if(size == OpndSize_64) ALOGE("move_imm_to_reg with 64 bits");
1989 move_imm_to_reg(OpndSize_32, LstrInstantiationErrorPtr, PhysicalReg_ECX, true);
1999 move_imm_to_reg(OpndSize_32, LstrInstantiationErrorPtr, PhysicalReg_ECX, true);
2626 beforeCall("dvmInterpHandleFillArrayData"); //before move_imm_to_reg to avoid spilling C_SCRATCH_1

Completed in 71 milliseconds