Lines Matching refs:P_SCRATCH_2
527 #define P_SCRATCH_2 PhysicalReg_EAX
600 #undef P_SCRATCH_2
608 #define P_GPR_3 PhysicalReg_EDX //not used with P_SCRATCH_2
610 #define P_SCRATCH_2 PhysicalReg_EDX
701 #undef P_SCRATCH_2
714 #define P_SCRATCH_2 PhysicalReg_EDX
773 movez_mem_to_reg(OpndSize_16, offMethod_outsSize, PhysicalReg_ECX, true, P_SCRATCH_2, true); //outsSize
777 alu_binary_imm_reg(OpndSize_32, shl_opc, 2, P_SCRATCH_2, true);
778 alu_binary_reg_reg(OpndSize_32, sub_opc, P_SCRATCH_2, true, P_GPR_3, true);
873 move_mem_to_reg(OpndSize_32, offThread_jniLocal_nextEntry, P_SCRATCH_1, true, P_SCRATCH_2, true); //get self->local_next
875 move_reg_to_mem(OpndSize_32, P_SCRATCH_2, true, offStackSaveArea_localRefTop-sizeofStackSaveArea, P_GPR_1, true); //update jniLocalRef of stack
903 move_mem_to_reg(OpndSize_32, offStackSaveArea_returnAddr-sizeofStackSaveArea, P_GPR_3, true, P_SCRATCH_2, true);
905 move_reg_to_mem(OpndSize_32, P_SCRATCH_2, true, offThread_inJitCodeCache, P_GPR_1, true);
907 compare_imm_reg(OpndSize_32, 0, P_SCRATCH_2, true);
909 unconditional_jump_reg(P_SCRATCH_2, true);
938 #undef P_SCRATCH_2
948 #define P_SCRATCH_2 PhysicalReg_EDX
1175 #undef P_SCRATCH_2
1188 #define P_SCRATCH_2 PhysicalReg_EDX
1235 #undef P_SCRATCH_2
1327 #define P_SCRATCH_2 PhysicalReg_EDX
1355 move_mem_to_reg(OpndSize_32, offChainingCell_counter, P_GPR_1, true, P_SCRATCH_2, true); //counter
1356 alu_binary_imm_reg(OpndSize_32, sub_opc, 0x1, P_SCRATCH_2, true);
1357 move_reg_to_mem(OpndSize_32, P_SCRATCH_2, true, offChainingCell_counter, P_GPR_1, true);
1361 compare_imm_reg(OpndSize_32, 0, P_SCRATCH_2, true);
1456 move_mem_to_reg(OpndSize_32, offClassObject_vtable, P_GPR_3, true, P_SCRATCH_2, true);
1458 move_mem_to_reg(OpndSize_32, IMMC, P_SCRATCH_2, true, PhysicalReg_ECX, true);
1549 move_mem_to_reg(OpndSize_32, offChainingCell_clazz, P_GPR_1, true, P_SCRATCH_2, true);//predicted clazz
1555 move_reg_to_mem(OpndSize_32, P_SCRATCH_2, true, 4, PhysicalReg_ESP, true);
1558 move_reg_to_reg(OpndSize_32, P_SCRATCH_2, true, PhysicalReg_EBX, true);
1569 move_mem_to_reg(OpndSize_32, 4, PhysicalReg_ESP, true, P_SCRATCH_2, true);
1576 //live registers: P_GPR_1, P_GPR_3, P_SCRATCH_2
1577 compare_reg_reg(P_GPR_3, true, P_SCRATCH_2, true);
1672 #undef P_SCRATCH_2