Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp86 unsigned BEQ = Mips::BEQ; in expandAtomicCmpSwapSubword() local
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
312 unsigned BEQ = Mips::BEQ; in expandAtomicBinOpSubword() local
622 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp107 static uint32_t BEQ(uint32_t rj, uint32_t rd, int32_t offs16) { in BEQ() function
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp151 constexpr uint32_t BEQ(uint32_t rs1, uint32_t rs2, int32_t offset) { in BEQ() function
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp49 constexpr uint32_t BEQ = 0b000; variable