Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp194 uint32_t offs26 = 0x10010; in TEST_F() local
209 uint32_t offs26 = 0x10010; in TEST_F() local
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp381 uint32_t offs26 = Bits32(inst, 25, 10) + (Bits32(inst, 9, 0) << 16); in EmulateB64() local
397 uint32_t offs26 = Bits32(inst, 25, 10) + (Bits32(inst, 9, 0) << 16); in EmulateBL64() local