Searched refs:setae (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | cmp-ops.c | 46 static int setae(unsigned int x, unsigned int y) in setae() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README.txt | 202 setae %al 210 Note the setae, movzbl, cmpl, cmove can be replaced with a single cmovae. There 538 setae %al
|
D | X86InstrInfo.td | 3183 def NB : CondCodeAlias<Prefix, Suffix, "nb", "ae", V>; // setnb -> setae 3184 def NC : CondCodeAlias<Prefix, Suffix, "nc", "ae", V>; // setnc -> setae
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 614 #define SETAE(a) CHOICE(setae a, setae a, setae a) 1327 #define SETAE(a) setae a
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 2049 Mnemonic = "setae"; // "setnb" 2052 Mnemonic = "setae"; // "setnc" 7755 "a\005setae\004setb\005setbe\004sete\004setg\005setge\004setl\005setle\005" 10228 { 7138 /* setae */, X86::SETCCr, Convert__Reg1_0__imm_95_3, AMFBS_None, { MCK_GR8 }, }, 10229 { 7138 /* setae */, X86::SETCCm, Convert__Mem85_0__imm_95_3, AMFBS_None, { MCK_Mem8 }, }, 24792 { 7138 /* setae */, X86::SETCCr, Convert__Reg1_0__imm_95_3, AMFBS_None, { MCK_GR8 }, }, 24793 { 7138 /* setae */, X86::SETCCm, Convert__Mem85_0__imm_95_3, AMFBS_None, { MCK_Mem8 }, },
|