Searched refs:VPMSUMD (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 203 VPMSUMD(v8,v16,const1) 208 VPMSUMD(v9,v17,const1) 213 VPMSUMD(v10,v18,const1) 218 VPMSUMD(v11,v19,const1) 223 VPMSUMD(v12,v20,const1) 228 VPMSUMD(v13,v21,const1) 233 VPMSUMD(v14,v22,const1) 257 VPMSUMD(v8,v16,const2) 263 VPMSUMD(v9,v17,const2) 314 VPMSUMD(v8,v16,const1) [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 654 #define VPMSUMD(t, a, b) stringify_in_c(.long PPC_RAW_VPMSUMD(t, a, b)) macro
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 665 VPMSUMD 000100 ..... ..... ..... 10011001000 @VX
|
H A D | helper.h | 330 DEF_HELPER_FLAGS_3(VPMSUMD, TCG_CALL_NO_RWG, void, avr, avr, avr)
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 2822 TRANS_FLAGS2(ALTIVEC_207, VPMSUMD, do_vx_helper, gen_helper_VPMSUMD)
|