/openbmc/qemu/target/arm/tcg/ |
H A D | neon-shared.decode | 44 vm=%vm_dp vn=%vn_dp vd=%vd_dp size=%vcadd_size 47 vm=%vm_dp vn=%vn_dp vd=%vd_dp size=%vcadd_size 50 vm=%vm_dp vn=%vn_dp vd=%vd_dp 52 vm=%vm_dp vn=%vn_dp vd=%vd_dp 54 vm=%vm_dp vn=%vn_dp vd=%vd_dp 56 vm=%vm_dp vn=%vn_dp vd=%vd_dp 60 vm=%vm_sp vn=%vn_sp vd=%vd_dp q=0 62 vm=%vm_dp vn=%vn_dp vd=%vd_dp q=1 65 vm=%vm_dp vn=%vn_dp vd=%vd_dp 67 vm=%vm_dp vn=%vn_dp vd=%vd_dp [all …]
|
H A D | vec_helper.c | 179 void HELPER(sve2_sqrdmlah_b)(void *vd, void *vn, void *vm, in HELPER() 183 int8_t *d = vd, *n = vn, *m = vm, *a = va; in HELPER() 190 void HELPER(sve2_sqrdmlsh_b)(void *vd, void *vn, void *vm, in HELPER() 194 int8_t *d = vd, *n = vn, *m = vm, *a = va; in HELPER() 201 void HELPER(sve2_sqdmulh_b)(void *vd, void *vn, void *vm, uint32_t desc) in HELPER() 204 int8_t *d = vd, *n = vn, *m = vm; in HELPER() 211 void HELPER(sve2_sqrdmulh_b)(void *vd, void *vn, void *vm, uint32_t desc) in HELPER() 214 int8_t *d = vd, *n = vn, *m = vm; in HELPER() 250 void HELPER(gvec_qrdmlah_s16)(void *vd, void *vn, void *vm, in HELPER() 255 int16_t *n = vn; in HELPER() [all …]
|
H A D | translate-vfp.c | 325 ((a->vm | a->vn | a->vd) & 0x10)) { in trans_VSEL() 330 rn = a->vn; in trans_VSEL() 577 bool mve_skip_vmov(DisasContext *s, int vn, int index, int size) in mve_skip_vmov() argument 598 int ofs = (index << size) + ((vn & 1) * 8); in mve_skip_vmov() 637 if (!dc_isar_feature(aa32_simd_r32, s) && (a->vn & 0x10)) { in trans_VMOV_to_gp() 651 if (!mve_skip_vmov(s, a->vn, a->index, a->size)) { in trans_VMOV_to_gp() 653 read_neon_element32(tmp, a->vn, a->index, in trans_VMOV_to_gp() 682 if (!dc_isar_feature(aa32_simd_r32, s) && (a->vn & 0x10)) { in trans_VMOV_from_gp() 696 if (!mve_skip_vmov(s, a->vn, a->index, a->size)) { in trans_VMOV_from_gp() 698 write_neon_element32(tmp, a->vn, a->index, a->size); in trans_VMOV_from_gp() [all …]
|
H A D | crypto_helper.c | 52 void HELPER(crypto_aese)(void *vd, void *vn, void *vm, uint32_t desc) in HELPER() 58 AESState *st = (AESState *)(vn + i); in HELPER() 81 void HELPER(crypto_aesd)(void *vd, void *vn, void *vm, uint32_t desc) in HELPER() 87 AESState *st = (AESState *)(vn + i); in HELPER() 171 void HELPER(crypto_sha1su0)(void *vd, void *vn, void *vm, uint32_t desc) in HELPER() 173 uint64_t *d = vd, *n = vn, *m = vm; in HELPER() 216 void HELPER(crypto_sha1c)(void *vd, void *vn, void *vm, uint32_t desc) in HELPER() 218 crypto_sha1_3reg(vd, vn, vm, desc, do_sha1c); in HELPER() 226 void HELPER(crypto_sha1p)(void *vd, void *vn, void *vm, uint32_t desc) in HELPER() 228 crypto_sha1_3reg(vd, vn, vm, desc, do_sha1p); in HELPER() [all …]
|
H A D | sve_helper.c | 132 void HELPER(NAME)(void *vd, void *vn, void *vm, void *vg, uint32_t desc) \ 135 uint64_t *d = vd, *n = vn, *m = vm, *g = vg; \ 179 void HELPER(NAME)(void *vd, void *vn, void *vm, void *vg, uint32_t desc) \ in LOGICAL_PPPP() 186 TYPE nn = *(TYPE *)(vn + H(i)); \ in LOGICAL_PPPP() 197 void HELPER(NAME)(void *vd, void *vn, void *vm, void *vg, uint32_t desc) \ 200 TYPE *d = vd, *n = vn, *m = vm; \ 659 * If the slot I is even, the elements from from VN {I, I+1}. in DO_ZPZZ() 664 void HELPER(NAME)(void *vd, void *vn, void *vm, void *vg, uint32_t desc) \ in DO_ZPZZ() 670 TYPE n0 = *(TYPE *)(vn + H(i)); \ in DO_ZPZZ() 672 TYPE n1 = *(TYPE *)(vn + H(i + sizeof(TYPE))); \ in DO_ZPZZ() [all …]
|
H A D | sme-fa64.decode | 28 OK 0-00 1110 0000 0001 0010 11-- ---- ---- # SMOV W|Xd,Vn.B[0] 29 OK 0-00 1110 0000 0010 0010 11-- ---- ---- # SMOV W|Xd,Vn.H[0] 30 OK 0100 1110 0000 0100 0010 11-- ---- ---- # SMOV Xd,Vn.S[0] 31 OK 0000 1110 0000 0001 0011 11-- ---- ---- # UMOV Wd,Vn.B[0] 32 OK 0000 1110 0000 0010 0011 11-- ---- ---- # UMOV Wd,Vn.H[0] 33 OK 0000 1110 0000 0100 0011 11-- ---- ---- # UMOV Wd,Vn.S[0] 34 OK 0100 1110 0000 1000 0011 11-- ---- ---- # UMOV Xd,Vn.D[0]
|
H A D | translate-neon.c | 121 static bool do_neon_ddda(DisasContext *s, int q, int vd, int vn, int vm, in do_neon_ddda() argument 125 if (((vd | vn | vm) & 0x10) && !dc_isar_feature(aa32_simd_r32, s)) { in do_neon_ddda() 134 if (((vd & 1) * 4 | (vn & 1) * 2 | (vm & 1)) & q) { in do_neon_ddda() 144 vfp_reg_offset(1, vn), in do_neon_ddda() 151 static bool do_neon_ddda_env(DisasContext *s, int q, int vd, int vn, int vm, in do_neon_ddda_env() argument 155 if (((vd | vn | vm) & 0x10) && !dc_isar_feature(aa32_simd_r32, s)) { in do_neon_ddda_env() 164 if (((vd & 1) * 4 | (vn & 1) * 2 | (vm & 1)) & q) { in do_neon_ddda_env() 174 vfp_reg_offset(1, vn), in do_neon_ddda_env() 182 static bool do_neon_ddda_fpst(DisasContext *s, int q, int vd, int vn, int vm, in do_neon_ddda_fpst() argument 187 if (((vd | vn | vm) & 0x10) && !dc_isar_feature(aa32_simd_r32, s)) { in do_neon_ddda_fpst() [all …]
|
H A D | vfp-uncond.decode | 44 @vfp_dnm_s ................................ vm=%vm_sp vn=%vn_sp vd=%vd_sp 45 @vfp_dnm_d ................................ vm=%vm_dp vn=%vn_dp vd=%vd_dp 48 vm=%vm_sp vn=%vn_sp vd=%vd_sp sz=1 50 vm=%vm_sp vn=%vn_sp vd=%vd_sp sz=2 52 vm=%vm_dp vn=%vn_dp vd=%vd_dp sz=3
|
H A D | vfp.decode | 49 @vfp_dnm_s ................................ vm=%vm_sp vn=%vn_sp vd=%vd_sp 50 @vfp_dnm_d ................................ vm=%vm_dp vn=%vn_dp vd=%vd_dp 60 vn=%vn_dp size=0 index=%vmov_idx_b 62 vn=%vn_dp size=1 index=%vmov_idx_h 64 vn=%vn_dp size=2 u=0 67 vn=%vn_dp size=0 index=%vmov_idx_b 69 vn=%vn_dp size=1 index=%vmov_idx_h 71 vn=%vn_dp size=2 74 vn=%vn_dp 77 VMOV_half ---- 1110 000 l:1 .... rt:4 1001 . 001 0000 vn=%vn_sp [all …]
|
H A D | sme_helper.c | 106 void HELPER(NAME)(void *za, void *vn, void *vg, uint32_t desc) \ 113 *(TYPE *)(za + tile_vslice_offset(i)) = *(TYPE *)(vn + H(i)); \ 125 void HELPER(sme_mova_cz_d)(void *za, void *vn, void *vg, uint32_t desc) in DO_MOVA_C() 129 uint64_t *n = vn; in DO_MOVA_C() 139 void HELPER(sme_mova_cz_q)(void *za, void *vn, void *vg, uint32_t desc) in HELPER() 143 Int128 *n = vn; in HELPER() 1356 void HELPER(sme2_fdot_h)(void *vd, void *vn, void *vm, void *va, in HELPER() 1365 uint32_t *n = vn, *m = vm; in HELPER() 1375 void HELPER(sme2_fdot_idx_h)(void *vd, void *vn, void *vm, void *va, in HELPER() 1387 uint32_t *n = vn, *m = (uint32_t *)vm + H4(idx); in HELPER() [all …]
|
H A D | mve_helper.c | 914 void *vd, void *vn, void *vm) \ in DO_1OP_IMM() 916 TYPE *d = vd, *n = vn, *m = vm; \ in DO_1OP_IMM() 944 void HELPER(glue(mve_, OP))(CPUARMState *env, void *vd, void *vn, void *vm) \ 947 TYPE *n = vn, *m = vm; \ 959 void HELPER(glue(mve_, OP))(CPUARMState *env, void *vd, void *vn, void *vm) \ 961 TYPE *d = vd, *n = vn, *m = vm; \ 1163 void HELPER(mve_vadc)(CPUARMState *env, void *vd, void *vn, void *vm) in HELPER() 1166 do_vadc(env, vd, vn, vm, 0, carry_in, false); in HELPER() 1169 void HELPER(mve_vsbc)(CPUARMState *env, void *vd, void *vn, void *vm) in HELPER() 1172 do_vadc(env, vd, vn, vm, -1, carry_in, false); in HELPER() [all …]
|
H A D | neon-dp.decode | 37 # 1111 001 U 0 D sz:2 Vn:4 Vd:4 opc:4 N Q M op Vm:4 40 &3same vm vn vd q size 43 &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp 46 &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp q=0 55 &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp size=%3same_fp_size 57 &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp q=0 size=%3same_fp_size 68 &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp size=0 90 # The _rev suffix indicates that Vn and Vm are reversed. This is 92 # with the Vm and Vn fields in their usual places, but in the 95 # to consider Vm and Vn as being in different fields in the insn, [all …]
|
H A D | translate-a32.h | 53 bool mve_skip_vmov(DisasContext *s, int vn, int index, int size);
|
H A D | neon_helper.c | 124 void HELPER(name)(void *vd, void *vn, void *vm, uint32_t desc) \ 127 vtype *d = vd, *n = vn, *m = vm; \ 135 void HELPER(name)(void *vd, void *vn, void *vm, CPUARMState *env, uint32_t desc) \ 138 vtype *d = vd, *n = vn, *m = vm; \ 146 void HELPER(name)(void *vd, void *vn, CPUARMState *env, uint32_t desc) \ 150 vtype *d = vd, *n = vn; \
|
H A D | mve.decode | 83 # The _rev suffix indicates that Vn and Vm are reversed. This is 85 # with the Vm and Vn fields in their usual places, but in the 88 # to consider Vm and Vn as being in different fields in the insn.
|
/openbmc/u-boot/net/ |
H A D | sntp.h | 36 uchar vn:3; member 40 uchar vn:3;
|
H A D | sntp.c | 31 pkt.vn = NTP_VERSION; in sntp_send()
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VINI.interface.yaml | 76 - name: VN 79 VN keyword.
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-vpd-layout/ |
H A D | layout.yaml | 5 OPFR,VN: Manufacturer
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/ |
H A D | layout.yaml | 5 OPFR,VN: Manufacturer
|
/openbmc/openbmc/poky/meta/recipes-extended/lsof/files/ |
H A D | remove-host-information.patch | 121 @sed '/VN/s/.ds VN \(.*\)/#define LSOF_VERSION "\1"/' < version >> version.h
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
H A D | CsrCountryCodes.js | 334 { name: 'Viet Nam', code: 'VN', label: i18n.t('countries.VN') },
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 75 &VN vrt vra vrb sh 76 @VN ...... vrt:5 vra:5 vrb:5 .. sh:3 ...... &VN 790 VSLDBI 000100 ..... ..... ..... 00 ... 010110 @VN 791 VSRDBI 000100 ..... ..... ..... 01 ... 010110 @VN
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | constants.js | 358 {Name: 'Viet Nam', code: 'VN'},
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
H A D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 206 zzq{N)A@k!1F=4Z``*CcmYAK=z)NY`Py8>KWTxJ}hFYsnA-Vn`~7!#BR^i(+F2O8wT 208 zggt)VN<4FLpHX*1d*Yo!UKwMvpW}Kc$Gm06VFImGPUj+dI3F;wvpX*Wag0-MMMWq}
|