Searched refs:funct3 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h106 uint32_t funct3; member in struct:lldb_private::B
H A DEmulateInstructionRISCV.cpp46 // The funct3 is the type of compare in B<CMP> instructions.
47 // funct3 means "3-bits function selector", which RISC-V ISA uses as minor
168 static bool CompareB(uint64_t rs1, uint64_t rs2, uint32_t funct3) {
169 switch (funct3) {
183 llvm_unreachable("unexpected funct3");
358 if (bne_exit.funct3 != BNE)
374 if (bne_start.funct3 != BNE)
699 CompareB(rs1, rs2, inst.funct3))

Completed in 162 milliseconds