SETO 396 nanojit/NativeX64.cpp void Assembler::SETO( R r) { emitr8(X64_seto, r); asm_output("seto %s", RB(r)); } SETO 418 nanojit/Nativei386.h #define SETO(r) do { count_alu(); ALU2(0x0f92,(r),(r)); asm_output("seto %s",gpn(r)); } while(0)