Searched refs:cpu_gsr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 128 static TCGv cpu_gsr; variable 131 # define cpu_gsr ({ qemu_build_not_reached(); (TCGv)NULL; }) macro 735 gen_helper_fpack16(dst, cpu_gsr, src); in gen_op_fpack16() 744 gen_helper_fpackfix(dst, cpu_gsr, src); in gen_op_fpackfix() 753 gen_helper_fpack32(dst, cpu_gsr, src1, src2); in gen_op_fpack32() 861 gen_op_faligndata_i(dst, s1, s2, cpu_gsr); in gen_op_faligndata_g() 867 gen_helper_bshuffle(dst, cpu_gsr, src1, src2); in gen_op_bshuffle() 2927 return cpu_gsr; in do_rdgsr() 3310 tcg_gen_mov_tl(cpu_gsr, src); in do_wrgsr() 4043 tcg_gen_deposit_tl(cpu_gsr, cpu_gsr, tmp, 0, 3); in TRANS() [all …]
|