Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp127 static uint32_t BGEU(uint32_t rj, uint32_t rd, int32_t offs16) { in BGEU() function
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp171 constexpr uint32_t BGEU(uint32_t rs1, uint32_t rs2, int32_t offset) { in BGEU() function
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp54 constexpr uint32_t BGEU = 0b111; variable