Searched refs:SETB (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 90 defm SETB : SETCC<0x92, "setb", X86_COND_B>; // unsigned less than
|
D | X86InstrCompiler.td | 237 // (add OP, SETB) -> (adc OP, 0) 245 // (sub OP, SETB) -> (sbb OP, 0)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 98 defm SETB : SETCC<0x92, "setb", X86_COND_B>; // unsigned less than
|
D | X86InstrCompiler.td | 354 // (add OP, SETB) -> (adc OP, 0) 362 // (sub OP, SETB) -> (sbb OP, 0)
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 615 #define SETB(a) CHOICE(setb a, setb a, setb a) macro 1336 #define SETB(a) setb a macro
|