Home
last modified time | relevance | path

Searched defs:BLT (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp115 static uint32_t BLT(uint32_t rj, uint32_t rd, int32_t offs16) { in BLT() function
/llvm-project/flang/include/flang/Evaluate/
H A Dinteger.h464 constexpr bool BLT(const Integer &y) const { return !BGE(y); } BLT() function
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp159 constexpr uint32_t BLT(uint32_t rs1, uint32_t rs2, int32_t offset) { in BLT() function
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp51 constexpr uint32_t BLT = 0b100; variable