Searched refs:SETB (Results 1 – 3 of 3) sorted by relevance
98 defm SETB : SETCC<0x92, "setb", X86_COND_B>; // unsigned less than
316 // (add OP, SETB) -> (adc OP, 0)324 // (sub OP, SETB) -> (sbb OP, 0)
615 #define SETB(a) CHOICE(setb a, setb a, setb a) macro1336 #define SETB(a) setb a macro