Home
last modified time | relevance | path

Searched refs:reg_ofs (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/tcg/
H A Dtranslate-neon.c1519 int reg_ofs, vec_size; in DO_FP_2SH() local
1538 reg_ofs = neon_full_reg_offset(a->vd); in DO_FP_2SH()
1542 fn(MO_64, reg_ofs, reg_ofs, imm, vec_size, vec_size); in DO_FP_2SH()
H A Dsve_helper.c6498 typedef target_ulong zreg_off_fn(void *reg, intptr_t reg_ofs);
6500 static target_ulong off_zsu_s(void *reg, intptr_t reg_ofs) in off_zsu_s() argument
6502 return *(uint32_t *)(reg + H1_4(reg_ofs)); in off_zsu_s()
6505 static target_ulong off_zss_s(void *reg, intptr_t reg_ofs) in off_zss_s() argument
6507 return *(int32_t *)(reg + H1_4(reg_ofs)); in off_zss_s()
6510 static target_ulong off_zsu_d(void *reg, intptr_t reg_ofs) in off_zsu_d() argument
6512 return (uint32_t)*(uint64_t *)(reg + reg_ofs); in off_zsu_d()
6515 static target_ulong off_zss_d(void *reg, intptr_t reg_ofs) in off_zss_d() argument
6517 return (int32_t)*(uint64_t *)(reg + reg_ofs); in off_zss_d()
6520 static target_ulong off_zd_d(void *reg, intptr_t reg_ofs) in off_zd_d() argument
[all …]