Home
last modified time | relevance | path

Searched defs:BLTU (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp123 static uint32_t BLTU(uint32_t rj, uint32_t rd, int32_t offs16) { in BLTU() function
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp167 constexpr uint32_t BLTU(uint32_t rs1, uint32_t rs2, int32_t offset) { in BLTU() function
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp53 constexpr uint32_t BLTU = 0b110; variable