Searched defs:BEQ (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 86 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 D | TestLoongArchEmulator.cpp | 107 static uint32_t BEQ(uint32_t rj, uint32_t rd, int32_t offs16) { in BEQ() function
|
/llvm-project/lldb/unittests/Instruction/RISCV/ |
H A D | TestRISCVEmulator.cpp | 151 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 D | EmulateInstructionRISCV.cpp | 49 constexpr uint32_t BEQ = 0b000; variable
|