Lines Matching refs:ra_offset
2189 uint32_t ra_offset = 0; in Emulate_Branch_MM() local
2254 ra_offset = 6; in Emulate_Branch_MM()
2262 ra_offset = 6; in Emulate_Branch_MM()
2275 pc + ra_offset)) in Emulate_Branch_MM()
2286 uint32_t ra_offset = 0; in Emulate_JALRx16_MM() local
2302 ra_offset = 6; // 2-byte instruction with 4-byte delay slot. in Emulate_JALRx16_MM()
2304 ra_offset = 4; // 2-byte instruction with 2-byte delay slot. in Emulate_JALRx16_MM()
2313 pc + ra_offset)) in Emulate_JALRx16_MM()
2325 uint32_t offset = 0, target = 0, pc = 0, ra_offset = 0; in Emulate_JALx() local
2348 ra_offset = 6; in Emulate_JALx()
2352 ra_offset = 8; in Emulate_JALx()
2362 pc + ra_offset)) in Emulate_JALx()