search for: broadcastr_256b

Displaying 3 results from an estimated 3 matches for "broadcastr_256b".

Did you mean: broadcast_256b
2017 Aug 06
2
VBROADCAST Implementation Issues
...t scalar register >>>>> content to vector. >>>>> >>>>> like this; >>>>> vpbroadcastq zmm0, rsi >>>>> >>>>> >>>>> I tried implementing it as follows; >>>>> >>>>> def BROADCASTR_256B : I<0x21, MRMSrcReg, (outs VR_2048:$dst), (ins >>>>> GR64:$src), >>>>> "BROADCASTR_256B\t{$src, $dst|$dst, $src}", >>>>> [(set VR_2048:$dst, (v64i32 (X86VBroadcast >>>>> GR64:$src)))],...
2017 Aug 07
2
VBROADCAST Implementation Issues
...t;>>>>> >>>>>>> like this; >>>>>>> vpbroadcastq zmm0, rsi >>>>>>> >>>>>>> >>>>>>> I tried implementing it as follows; >>>>>>> >>>>>>> def BROADCASTR_256B : I<0x21, MRMSrcReg, (outs VR_2048:$dst), (ins >>>>>>> GR64:$src), >>>>>>> "BROADCASTR_256B\t{$src, $dst|$dst, $src}", >>>>>>> [(set VR_2048:$dst, (v64i32 (X86VBroadcast >>>&...
2017 Aug 07
3
VBROADCAST Implementation Issues
...gt;>> vpbroadcastq zmm0, rsi >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> I tried implementing it as follows; >>>>>>>>>>> >>>>>>>>>>> def BROADCASTR_256B : I<0x21, MRMSrcReg, (outs VR_2048:$dst), >>>>>>>>>>> (ins GR64:$src), >>>>>>>>>>> "BROADCASTR_256B\t{$src, $dst|$dst, $src}", >>>>>>>>>>> [(set VR...