Searched refs:SETP (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 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 …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 3048 DECL_SPECIAL(SETP) in DECL_SPECIAL() argument 3186 _OPI(SETP, NOP, V(0,0), V(3,0), V(2,1), V(3,0), 1, 2, SPECIAL(SETP)),
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 638 #define SETP(a) CHOICE(setp a, setp a, setp a) macro 1351 #define SETP(a) setp a macro
|