Home | History | Annotate | Download | only in ARM

Lines Matching refs:Opcodes

232                        const uint16_t *Opcodes);
2128 const uint16_t *Opcodes) {
2169 unsigned Opc = Opcodes[OpcodeIndex];
2963 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16,
2965 return SelectVLDDup(N, false, 2, Opcodes);
2969 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo,
2972 return SelectVLDDup(N, false, 3, Opcodes);
2976 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo,
2979 return SelectVLDDup(N, false, 4, Opcodes);
2983 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8wb_fixed,
2986 return SelectVLDDup(N, true, 2, Opcodes);
2990 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo_UPD,
2993 return SelectVLDDup(N, true, 3, Opcodes);
2997 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo_UPD,
3000 return SelectVLDDup(N, true, 4, Opcodes);