Searched refs:VST1Q (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_neon_inc.h | 236 VST1Q(qw.mem, eq); in FF_FUN() 311 VST1Q(qw.mem, eq); in FF_FUN()
|
D | pcre2_jit_simd_inc.h | 793 # define VST1Q vst1q_u8 macro 807 # define VST1Q vst1q_u16 macro 821 # define VST1Q vst1q_u32 macro
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 1657 class VST1Q<bits<4> op7_4, string Dt, Operand AddrMode> 1670 def VST1q8 : VST1Q<{0,0,?,?}, "8", addrmode6align64or128>; 1671 def VST1q16 : VST1Q<{0,1,?,?}, "16", addrmode6align64or128>; 1672 def VST1q32 : VST1Q<{1,0,?,?}, "32", addrmode6align64or128>; 1673 def VST1q64 : VST1Q<{1,1,?,?}, "64", addrmode6align64or128>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 1692 class VST1Q<bits<4> op7_4, string Dt, Operand AddrMode> 1705 def VST1q8 : VST1Q<{0,0,?,?}, "8", addrmode6align64or128>; 1706 def VST1q16 : VST1Q<{0,1,?,?}, "16", addrmode6align64or128>; 1707 def VST1q32 : VST1Q<{1,0,?,?}, "32", addrmode6align64or128>; 1708 def VST1q64 : VST1Q<{1,1,?,?}, "64", addrmode6align64or128>;
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 1674 class VST1Q<bits<4> op7_4, string Dt, Operand AddrMode> 1687 def VST1q8 : VST1Q<{0,0,?,?}, "8", addrmode6align64or128>; 1688 def VST1q16 : VST1Q<{0,1,?,?}, "16", addrmode6align64or128>; 1689 def VST1q32 : VST1Q<{1,0,?,?}, "32", addrmode6align64or128>; 1690 def VST1q64 : VST1Q<{1,1,?,?}, "64", addrmode6align64or128>;
|