Searched refs:sne (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | tautological-compare.c | 4 int sne(int a) { return a != a; } in sne() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | binops-same-args.c | 12 int sne(int a) { return a != a; } in sne() function
|
H A D | canonical-cmp.c | 5 sint sne(sint p, sint a) { return (123 != p) == (p != 123); } in sne() function
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 73 OPC(seq, SET, 0_1_X, EQ), OPC(sne, SET, 0_1_X, NE), OPC(sge, SET, 0_1_X, GE), OPC(slt, SET, 0_1_X, LT),
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 882 Format(instr, "fcmp.sne.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12() 951 Format(instr, "fcmp.sne.d fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
|
Completed in 4 milliseconds