Searched refs:VMUL (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 1098 #define VMUL(suffix, mul_element, mul_access, prod_access, cast) \ macro 1101 VMUL(SB, s8, VsrSB, VsrSH, int16_t) in VMUL() function 1102 VMUL(SH, s16, VsrSH, VsrSW, int32_t) in VMUL() 1103 VMUL(SW, s32, VsrSW, VsrSD, int64_t) in VMUL() 1104 VMUL(UB, u8, VsrB, VsrH, uint16_t) in VMUL() 1105 VMUL(UH, u16, VsrH, VsrW, uint32_t) in VMUL() 1106 VMUL(UW, u32, VsrW, VsrD, uint64_t) in VMUL() 1109 #undef VMUL in VMUL()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 862 DO_3SAME_NO_SZ_3(VMUL, tcg_gen_gvec_mul) 1005 DO_3S_FP_GVEC(VMUL, gen_helper_gvec_fmul_s, gen_helper_gvec_fmul_h) 2172 DO_VMUL_F_2sc(VMUL, gvec_fmul_idx) in DO_VMUL_F_2sc() argument
|
H A D | mve.decode | 219 VMUL 1110 1111 0 . .. ... 0 ... 0 1001 . 1 . 1 ... 0 @2op
|
H A D | translate-mve.c | 849 DO_2OP_VEC(VMUL, vmul, tcg_gen_gvec_mul) in DO_2OP_VEC()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 1328 [0x59] = X86_OP_ENTRY3(VMUL, V,x, H,x, W,x, vex2_rep3 p_00_66_f3_f2),
|
H A D | emit.c.inc | 625 FP_SSE(VMUL, mul)
|