Home | History | Annotate | Download | only in AssemblerX8632

Lines Matching refs:setcc

47 TEST_F(AssemblerX8632Test, SetCC) {
57 __ setcc(Cond::Br_##C, ByteRegister(GPRRegister::Encoded_Reg_##Dest)); \
58 __ setcc(Cond::Br_##C, dwordAddress(T0)); \
1758 __ setcc(Cond::Br_b, ByteRegister::Encoded_8_Reg_al); \
1813 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \
1837 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \