Lines Matching refs:CPUHexagonState
75 return offsetof(CPUHexagonState, VRegs[regnum]); in ctx_future_vreg_off()
81 return offsetof(CPUHexagonState, future_VRegs[i]); in ctx_future_vreg_off()
86 offset = offsetof(CPUHexagonState, future_VRegs[ctx->future_vregs_idx]); in ctx_future_vreg_off()
103 return offsetof(CPUHexagonState, tmp_VRegs[i]); in ctx_tmp_vreg_off()
108 offset = offsetof(CPUHexagonState, tmp_VRegs[ctx->tmp_vregs_idx]); in ctx_tmp_vreg_off()
213 static int read_packet_words(CPUHexagonState *env, DisasContext *ctx, in read_packet_words()
521 intptr_t src_off = offsetof(CPUHexagonState, VRegs[i]); in gen_start_packet()
534 intptr_t src_off = offsetof(CPUHexagonState, VRegs[i]); in gen_start_packet()
801 intptr_t dstoff = offsetof(CPUHexagonState, VRegs[rnum]); in gen_commit_hvx()
816 intptr_t dstoff = offsetof(CPUHexagonState, QRegs[rnum]); in gen_commit_hvx()
817 intptr_t srcoff = offsetof(CPUHexagonState, future_QRegs[rnum]); in gen_commit_hvx()
962 static void decode_and_translate_packet(CPUHexagonState *env, DisasContext *ctx) in decode_and_translate_packet()
1018 static bool pkt_crosses_page(CPUHexagonState *env, DisasContext *ctx) in pkt_crosses_page()
1036 CPUHexagonState *env = cpu_env(cpu); in hexagon_tr_translate_packet()
1113 offsetof(CPUHexagonState, gpr[i]), in hexagon_translate_init()
1120 offsetof(CPUHexagonState, reg_written[i]), in hexagon_translate_init()
1125 offsetof(CPUHexagonState, new_value_usr), "new_value_usr"); in hexagon_translate_init()
1129 offsetof(CPUHexagonState, pred[i]), in hexagon_translate_init()
1133 offsetof(CPUHexagonState, slot_cancelled), "slot_cancelled"); in hexagon_translate_init()
1135 offsetof(CPUHexagonState, llsc_addr), "llsc_addr"); in hexagon_translate_init()
1137 offsetof(CPUHexagonState, llsc_val), "llsc_val"); in hexagon_translate_init()
1139 offsetof(CPUHexagonState, llsc_val_i64), "llsc_val_i64"); in hexagon_translate_init()
1143 offsetof(CPUHexagonState, mem_log_stores[i].va), in hexagon_translate_init()
1148 offsetof(CPUHexagonState, mem_log_stores[i].width), in hexagon_translate_init()
1153 offsetof(CPUHexagonState, mem_log_stores[i].data32), in hexagon_translate_init()
1158 offsetof(CPUHexagonState, mem_log_stores[i].data64), in hexagon_translate_init()
1164 offsetof(CPUHexagonState, vstore[i].va), in hexagon_translate_init()
1169 offsetof(CPUHexagonState, vstore[i].size), in hexagon_translate_init()
1174 offsetof(CPUHexagonState, vstore_pending[i]), in hexagon_translate_init()