Lines Matching refs:intptr_t
69 intptr_t ctx_future_vreg_off(DisasContext *ctx, int regnum, in ctx_future_vreg_off()
72 intptr_t offset; in ctx_future_vreg_off()
95 intptr_t ctx_tmp_vreg_off(DisasContext *ctx, int regnum, in ctx_tmp_vreg_off()
98 intptr_t offset; in ctx_tmp_vreg_off()
519 const intptr_t VdV_off = in gen_start_packet()
521 intptr_t src_off = offsetof(CPUHexagonState, VRegs[i]); in gen_start_packet()
532 const intptr_t VdV_off = 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()
802 intptr_t srcoff = ctx_future_vreg_off(ctx, rnum, 1, false); 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()