Searched refs:r2_h (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | op_helper.c | 309 uint32_t r2_h) in helper_addr_h_ssov() argument 314 int64_t r2_high = sextract64(r2_h, 0, 32); in helper_addr_h_ssov() 355 uint32_t r2_h) in helper_addsur_h_ssov() argument 360 int64_t r2_high = sextract64(r2_h, 0, 32); in helper_addsur_h_ssov() 465 uint32_t r2_h) in helper_subr_h_ssov() argument 470 int64_t r2_high = sextract64(r2_h, 0, 32); in helper_subr_h_ssov() 511 uint32_t r2_h) in helper_subadr_h_ssov() argument 516 int64_t r2_high = sextract64(r2_h, 0, 32); in helper_subadr_h_ssov() 1197 uint32_t r2_h) in helper_addr_h() argument 1202 int64_t r2_high = sextract64(r2_h, 0, 32); in helper_addr_h() [all …]
|