Searched refs:SETP (Results 1 – 6 of 6) sorted by relevance
106 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set
1259 multiclass SETP<string TypeStr, RegisterClass RC, Operand ImmCls> {1275 defm SETP_b16 : SETP<"b16", Int16Regs, i16imm>;1276 defm SETP_s16 : SETP<"s16", Int16Regs, i16imm>;1277 defm SETP_u16 : SETP<"u16", Int16Regs, i16imm>;1278 defm SETP_b32 : SETP<"b32", Int32Regs, i32imm>;1279 defm SETP_s32 : SETP<"s32", Int32Regs, i32imm>;1280 defm SETP_u32 : SETP<"u32", Int32Regs, i32imm>;1281 defm SETP_b64 : SETP<"b64", Int64Regs, i64imm>;1282 defm SETP_s64 : SETP<"s64", Int64Regs, i64imm>;1283 defm SETP_u64 : SETP<"u64", Int64Regs, i64imm>;[all …]
1385 multiclass SETP<string TypeStr, RegisterClass RC, Operand ImmCls> {1401 defm SETP_b16 : SETP<"b16", Int16Regs, i16imm>;1402 defm SETP_s16 : SETP<"s16", Int16Regs, i16imm>;1403 defm SETP_u16 : SETP<"u16", Int16Regs, i16imm>;1404 defm SETP_b32 : SETP<"b32", Int32Regs, i32imm>;1405 defm SETP_s32 : SETP<"s32", Int32Regs, i32imm>;1406 defm SETP_u32 : SETP<"u32", Int32Regs, i32imm>;1407 defm SETP_b64 : SETP<"b64", Int64Regs, i64imm>;1408 defm SETP_s64 : SETP<"s64", Int64Regs, i64imm>;1409 defm SETP_u64 : SETP<"u64", Int64Regs, i64imm>;[all …]
3020 DECL_SPECIAL(SETP) in DECL_SPECIAL() argument3158 _OPI(SETP, NOP, V(0,0), V(3,0), V(2,1), V(3,0), 1, 2, SPECIAL(SETP)),
638 #define SETP(a) CHOICE(setp a, setp a, setp a) macro1351 #define SETP(a) setp a macro