Searched refs:auipc_offset (Results 1 – 1 of 1) sorted by relevance
94 #define auipc_offset(opcode) sign_extend64(auipc_imm(opcode), 31) macro96 #define auipc_offset(opcode) auipc_imm(opcode) macro111 unsigned long rd_val = addr + auipc_offset(opcode); in simulate_auipc()