Home
last modified time | relevance | path

Searched defs:cj (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp148 static uint32_t EncodeBCZcondType(uint32_t opcode, uint8_t cj, in EncodeBCZcondType()
156 static uint32_t BCEQZ(uint8_t cj, int32_t offs21) { in BCEQZ()
160 static uint32_t BCNEZ(uint8_t cj, int32_t offs21) { in BCNEZ()
/llvm-project/llvm/unittests/Target/RISCV/
H A DMCInstrAnalysisTest.cpp58 static MCInst cj() { return MCInstBuilder(RISCV::C_J).addImm(16); } in cj() function
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp315 uint32_t cj = Bits32(inst, 7, 5) + fpr_fcc0_loongarch; in EmulateBCEQZ64() local
337 uint32_t cj = Bits32(inst, 7, 5) + fpr_fcc0_loongarch; in EmulateBCNEZ64() local