Lines Matching refs:format
2172 // Convert floating-point condition flags from alternative format to Arm
2173 // format [Armv8.5].
2176 // Convert floating-point condition flags from Arm format to alternative
2177 // format [Armv8.5].
7564 // Instruction bits for vector format in data processing operations.
7594 // Instruction bits for vector format in floating point data processing
7634 // Eight lane floating point vector format.
7645 // Instruction bits for vector format in load and store operations.
7677 // Instruction bits for scalar format in data processing operations.
7759 static Instr ImmNEON5(Instr format, int index) {
7761 int s = LaneSizeInBytesLog2FromFormat(static_cast<VectorFormat>(format));
7766 static Instr ImmNEON4(Instr format, int index) {
7768 int s = LaneSizeInBytesLog2FromFormat(static_cast<VectorFormat>(format));