Searched defs:BEQ (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp49 constexpr uint32_t BEQ = 0b000; member in namespace:lldb_private
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp86 unsigned BEQ = Mips::BEQ; local
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; local
312 unsigned BEQ = Mips::BEQ; local
586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2096 BInst.setOpcode(inMicroMipsMode() ? Mips::BEQ_MM : Mips::BEQ); member in class:Mips

Completed in 189 milliseconds