Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp2206 uint32_t ra_offset = 0; in Emulate_Branch_MM() local
2271 ra_offset = 6; in Emulate_Branch_MM()
2279 ra_offset = 6; in Emulate_Branch_MM()
2292 pc + ra_offset)) in Emulate_Branch_MM()
2303 uint32_t ra_offset = 0; in Emulate_JALRx16_MM() local
2319 ra_offset = 6; // 2-byte instruction with 4-byte delay slot. in Emulate_JALRx16_MM()
2330 pc + ra_offset)) in Emulate_JALRx16_MM()
2342 uint32_t offset = 0, target = 0, pc = 0, ra_offset = 0; in Emulate_JALx() local
2365 ra_offset = 6; in Emulate_JALx()
2369 ra_offset = 8; in Emulate_JALx()
[all …]
/freebsd-12.1/contrib/amd/libamu/
H A Dxdr_func.c603 if (!xdr_u_int(xdrs, &objp->ra_offset)) { in xdr_readargs()