// Copyright 2020 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // #ifndef V8_CODEGEN_X64_FMA_INSTR_H_ #define V8_CODEGEN_X64_FMA_INSTR_H_ #define FMA_SD_INSTRUCTION_LIST(V) … #define FMA_SS_INSTRUCTION_LIST(V) … #define FMA_PS_INSTRUCTION_LIST(V) … #define FMA_PD_INSTRUCTION_LIST(V) … #define FMA_INSTRUCTION_LIST(V) … #endif // V8_CODEGEN_X64_FMA_INSTR_H_