Searched defs:srcoff (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | ati.c | 146 uint32_t srcoff; in ati_cursor_define() local 200 uint32_t srcoff; in ati_cursor_draw_line() local
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 1192 static void gen_log_vreg_write(DisasContext *ctx, intptr_t srcoff, int num, in gen_log_vreg_write() 1208 static void gen_log_vreg_write_pair(DisasContext *ctx, intptr_t srcoff, int num, in gen_log_vreg_write_pair() 1239 static void gen_vreg_store(DisasContext *ctx, TCGv EA, intptr_t srcoff, in gen_vreg_store() 1266 static void gen_vreg_masked_store(DisasContext *ctx, TCGv EA, intptr_t srcoff, in gen_vreg_masked_store() 1287 static void vec_to_qvec(size_t size, intptr_t dstoff, intptr_t srcoff) in vec_to_qvec()
|
H A D | translate.c | 756 intptr_t srcoff = ctx_future_vreg_off(ctx, rnum, 1, false); in gen_commit_hvx() local 771 intptr_t srcoff = offsetof(CPUHexagonState, future_QRegs[rnum]); in gen_commit_hvx() local
|