Home
last modified time | relevance | path

Searched refs:ueq (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dext-trunc-same.c6 short ueq(unsigned short x) in ueq() function
H A Dbinops-same-args.c18 u32 ueq(u32 a) { return a == a; } in ueq() function
H A Dcanonical-cmp.c12 uint ueq(uint p, uint a) { return (123 == p) == (p == 123); } in ueq() function
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtautological-compare.c10 u32 ueq(u32 a) { return a == a; } in ueq() function
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h556 ueq = 16, // Unordered or Equal.
620 case ueq:
623 return ueq;
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc1164 Format(instr, "c.ueq.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
1237 Format(instr, "cmp.ueq.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1283 Format(instr, "cmp.ueq.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1092 Format(instr, "c.ueq.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
1165 Format(instr, "cmp.ueq.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1211 Format(instr, "cmp.ueq.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1076 ueq = 16, // Unordered or Equal.
1140 case ueq:
1143 return ueq;
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1027 ueq = 16, // Unordered or Equal.
1091 case ueq:
1094 return ueq;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp712 KEYWORD(oge); KEYWORD(ord); KEYWORD(uno); KEYWORD(ueq); KEYWORD(une); in LexIdentifier()

Completed in 13 milliseconds