Home | History | Annotate | Download | only in x86

Lines Matching refs:P_GPR_2

787 #define P_GPR_2 PhysicalReg_ECX
801 /* assign index in virtual register to P_GPR_2 */
802 get_virtual_reg(mir->dalvikInsn.vC, OpndSize_32, P_GPR_2, true);
816 //if P_GPR_2 is mapped to a VR, we can't do this
817 alu_binary_imm_reg(OpndSize_32, sub_opc, -delta, P_GPR_2, true);
819 alu_binary_imm_reg(OpndSize_32, add_opc, delta, P_GPR_2, true);
821 compare_mem_reg(OpndSize_32, offArrayObject_length, P_GPR_1, true, P_GPR_2, true);
840 /* assign index in virtual register to P_GPR_2 */
841 get_virtual_reg(mir->dalvikInsn.vB, OpndSize_32, P_GPR_2, true);
847 //if P_GPR_2 is mapped to a VR, we can't do this
848 alu_binary_imm_reg(OpndSize_32, sub_opc, -maxC, P_GPR_2, true);
850 alu_binary_imm_reg(OpndSize_32, add_opc, maxC, P_GPR_2, true);
852 compare_mem_reg(OpndSize_32, offArrayObject_length, P_GPR_1, true, P_GPR_2, true);
857 #undef P_GPR_2