Searched refs:SETCC (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 58 #define SETCC 0x40 macro
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 1141 op->type |= SETCC; in set_cr0() 1193 op->type = COMPUTE | SETCC; in do_cmp_signed() 1212 op->type = COMPUTE | SETCC; in do_cmp_unsigned() 1407 op->type = COMPUTE + SETCC; in analyse_instr() 1445 op->type = COMPUTE + SETCC; in analyse_instr() 1802 op->type = COMPUTE + SETCC; in analyse_instr() 3235 if (op->type & SETCC) in emulate_update_regs()
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1753 * This is always smaller than the SETCC expansion.
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1855 "SETAE r/m8","SETCC r/m8","setae r/m8","0F 93 /r","V","V","","","w","","" 1856 "SETNB r/m8","SETCC r/m8","setnb r/m8","0F 93 /r","V","V","","pseudo","r","","" 1857 "SETNC r/m8","SETCC r/m8","setnc r/m8","0F 93 /r","V","V","","pseudo","r","","" 1858 "SETAE r/m8","SETCC r/m8","setae r/m8","REX 0F 93 /r","N.E.","V","","pseudo64","r","","" 1859 "SETNB r/m8","SETCC r/m8","setnb r/m8","REX 0F 93 /r","N.E.","V","","pseudo","r","","" 1860 "SETNC r/m8","SETCC r/m8","setnc r/m8","REX 0F 93 /r","N.E.","V","","pseudo","r","",""
|