Home
last modified time | relevance | path

Searched refs:ra_offset (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp2186 uint32_t ra_offset = 0; in Emulate_Branch_MM() local
2251 ra_offset = 6; in Emulate_Branch_MM()
2259 ra_offset = 6; in Emulate_Branch_MM()
2272 pc + ra_offset)) in Emulate_Branch_MM()
2283 uint32_t ra_offset = 0; in Emulate_JALRx16_MM() local
2299 ra_offset = 6; // 2-byte instruction with 4-byte delay slot. in Emulate_JALRx16_MM()
2301 ra_offset = 4; // 2-byte instruction with 2-byte delay slot. in Emulate_JALRx16_MM()
2310 pc + ra_offset)) in Emulate_JALRx16_MM()
2322 uint32_t offset = 0, target = 0, pc = 0, ra_offset = 0; in Emulate_JALx() local
2345 ra_offset = 6; in Emulate_JALx()
[all …]