Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h106 uint32_t funct3; member
H A DEmulateInstructionRISCV.cpp168 static bool CompareB(uint64_t rs1, uint64_t rs2, uint32_t funct3) { in CompareB() argument
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp118 constexpr uint32_t EncodeIType(uint32_t opcode, uint32_t funct3, uint32_t rd, in EncodeIType()
143 constexpr uint32_t EncodeBType(uint32_t opcode, uint32_t funct3, uint32_t rs1, in EncodeBType()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2043 unsigned funct3 = (faulty_instruction >> 12) & 0x7; // bits 12-14, inclusive GetWriteFlag() local