SETL 388 nanojit/NativeX64.cpp void Assembler::SETL( R r) { emitr8(X64_setl, r); asm_output("setl %s", RB(r)); } SETL 410 nanojit/Nativei386.h #define SETL(r) do { count_alu(); ALU2(0x0f9C,(r),(r)); asm_output("setl %s",gpn(r)); } while(0)