Home
last modified time | relevance | path

Searched refs:VBIT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleR52.td790 def : InstRW<[R52WriteFPALU_F3, R52Read_F1, R52Read_F2, R52Read_F2], (instregex "(VBIF|VBIT|VBSL|VBSP)d")>;
791 def : InstRW<[R52Write2FPALU_F3, R52Read_F1, R52Read_F2, R52Read_F2], (instregex "(VBIF|VBIT|VBSL|VBSP)q")>;
H A DARMScheduleSwift.td561 "VSHL", "VSHR(s|u)", "VSHLL", "VQSHL(s|u)", "VBIF", "VBIT",
H A DARMScheduleA57.td1196 def : InstRW<[A57Write_3cyc_1V], (instregex "VBIF", "VBIT", "VBSL", "VBSP")>;
H A DARMScheduleA9.td2425 // VADD/VAND/VORR/VEOR/VBIC/VORN/VBIT/VBIF/VBSL
H A DARMInstrNEON.td5526 // VBIT/VBIF/VBSL taking into account register constraints to avoid copies.
5625 // VBIT : Vector Bitwise Insert if True
9086 // VBIF, VBIT, and VBSL allow, but do not require, a type suffix.
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2885 #define VBIT(x) ((x)>>1 & 0x1) /* to get 'v' bit */ macro
4871 vbit = VBIT(opcode2); in dtrace_disx86()