Home
last modified time | relevance | path

Searched defs:offs21 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp133 uint32_t offs21) { in EncodeBZcondType()
139 static uint32_t BEQZ(uint32_t rj, int32_t offs21) { in BEQZ()
143 static uint32_t BNEZ(uint32_t rj, int32_t offs21) { in BNEZ()
149 uint32_t offs21) { 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/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp279 uint32_t offs21 = Bits32(inst, 25, 10) + (Bits32(inst, 4, 0) << 16); in EmulateBEQZ64() local
299 uint32_t offs21 = Bits32(inst, 25, 10) + (Bits32(inst, 4, 0) << 16); in EmulateBNEZ64() local
319 uint32_t offs21 = Bits32(inst, 25, 10) + (Bits32(inst, 4, 0) << 16); in EmulateBCEQZ64() local
341 uint32_t offs21 = Bits32(inst, 25, 10) + (Bits32(inst, 4, 0) << 16); in EmulateBCNEZ64() local