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

/dalvik/vm/compiler/codegen/x86/
H A DLowerHelper.cpp1590 void move_imm_to_mem(OpndSize size, int imm, function
1593 if(size == OpndSize_64) ALOGE("move_imm_to_mem with 64 bits");
1601 if(size == OpndSize_64) ALOGE("move_imm_to_mem with 64 bits");
1633 if(size == OpndSize_64) ALOGE("move_imm_to_mem with 64 bits");
2205 move_imm_to_mem(OpndSize_32, 0, offsetof(Thread, exception), C_SCRATCH_2, isScratchPhysical);
2840 move_imm_to_mem(OpndSize_32, thirdArg, 8, PhysicalReg_ESP, true);
2879 move_imm_to_mem(OpndSize_32, thirdArg, 8, PhysicalReg_ESP, true);

Completed in 30 milliseconds