Searched refs:VBIT (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleR52.td | 790 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 D | ARMScheduleSwift.td | 561 "VSHL", "VSHR(s|u)", "VSHLL", "VQSHL(s|u)", "VBIF", "VBIT",
|
H A D | ARMScheduleA57.td | 1196 def : InstRW<[A57Write_3cyc_1V], (instregex "VBIF", "VBIT", "VBSL", "VBSP")>;
|
H A D | ARMScheduleA9.td | 2425 // VADD/VAND/VORR/VEOR/VBIC/VORN/VBIT/VBIF/VBSL
|
H A D | ARMInstrNEON.td | 5526 // 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 D | dis_tables.c | 2885 #define VBIT(x) ((x)>>1 & 0x1) /* to get 'v' bit */ macro 4871 vbit = VBIT(opcode2); in dtrace_disx86()
|