Home
last modified time | relevance | path

Searched refs:ULT (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp514 OP2_(ULT, USLT); in translate_insns()
561 OP2_(ULT, SLT); in translate_insns()
/external/v8/src/mips64/
Dconstants-mips64.h670 ULT = 5, // Unordered or Less Than. enumerator
Dmacro-assembler-mips64.cc1491 c(ULT, D, cmp1, cmp2); in BranchF()
1535 cmp(ULT, L, f31, cmp1, cmp2); in BranchF()
/external/v8/src/mips/
Dconstants-mips.h656 ULT = 5, // Unordered or Less Than. enumerator
Dmacro-assembler-mips.cc1382 c(ULT, D, cmp1, cmp2); in BranchF()
1427 cmp(ULT, L, kDoubleCompareReg, cmp1, cmp2); in BranchF()
/external/llvm/test/CodeGen/AArch64/
Dneon-compare-instructions.ll1634 ; UGT = ULT with swapped operands, ULT implemented as !OGE.
1645 ; UGT = ULT with swapped operands, ULT implemented as !OGE.
1696 ; ULT implemented as !OGE.
1707 ; ULT implemented as !OGE.
1717 ; ULT implemented as !OGE.
2035 ; ULT with zero = !OGE
/external/llvm/test/Transforms/LoopVectorize/
Dminmax_reduction.ll302 ; UGE -> ULT