Searched defs:toaddr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 947 static uint64_t set_step(CPUARMState *env, uint64_t toaddr, in set_step() 998 static uint64_t set_step_tags(CPUARMState *env, uint64_t toaddr, in set_step_tags() 1120 uint64_t toaddr = env->xregs[rd]; in do_setp() local 1178 uint64_t toaddr = env->xregs[rd] + env->xregs[rn]; in do_setm() local 1241 uint64_t toaddr = env->xregs[rd] + env->xregs[rn]; in do_sete() local 1305 static uint64_t copy_step(CPUARMState *env, uint64_t toaddr, uint64_t fromaddr, in copy_step() 1377 static uint64_t copy_step_rev(CPUARMState *env, uint64_t toaddr, in copy_step_rev() 1471 uint64_t toaddr = env->xregs[rd]; in do_cpyp() local 1581 uint64_t toaddr, fromaddr, copysize, step; in do_cpym() local 1668 uint64_t toaddr, fromaddr, copysize, step; in do_cpye() local
|