Home | History | Annotate | Download | only in AssemblerX8664

Lines Matching refs:setcc

32 TEST_F(AssemblerX8664Test, SetCC) {
44 __ setcc(Cond::Br_##C, Encoded_Bytereg_##Dest()); \
45 __ setcc(Cond::Br_##C, dwordAddress(T0)); \
1766 __ setcc(Cond::Br_b, ByteRegister::Encoded_8_Reg_al); \
1827 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \
1850 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \