v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
fma-instr.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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)
 

Macro Definition Documentation

◆ FMA_INSTRUCTION_LIST

#define FMA_INSTRUCTION_LIST ( V)
Value:
FMA_SS_INSTRUCTION_LIST(V) \
FMA_PS_INSTRUCTION_LIST(V) \
FMA_PD_INSTRUCTION_LIST(V)
#define V(Name)
#define FMA_SD_INSTRUCTION_LIST(V)
Definition fma-instr.h:8

Definition at line 52 of file fma-instr.h.

◆ FMA_PD_INSTRUCTION_LIST

#define FMA_PD_INSTRUCTION_LIST ( V)
Value:
V(vfmadd132pd, L128, 66, 0F, 38, W1, 98) \
V(vfmadd213pd, L128, 66, 0F, 38, W1, a8) \
V(vfmadd231pd, L128, 66, 0F, 38, W1, b8) \
V(vfnmadd132pd, L128, 66, 0F, 38, W1, 9c) \
V(vfnmadd213pd, L128, 66, 0F, 38, W1, ac) \
V(vfnmadd231pd, L128, 66, 0F, 38, W1, bc)
#define F(name, str)

Definition at line 44 of file fma-instr.h.

◆ FMA_PS_INSTRUCTION_LIST

#define FMA_PS_INSTRUCTION_LIST ( V)
Value:
V(vfmadd132ps, L128, 66, 0F, 38, W0, 98) \
V(vfmadd213ps, L128, 66, 0F, 38, W0, a8) \
V(vfmadd231ps, L128, 66, 0F, 38, W0, b8) \
V(vfnmadd132ps, L128, 66, 0F, 38, W0, 9c) \
V(vfnmadd213ps, L128, 66, 0F, 38, W0, ac) \
V(vfnmadd231ps, L128, 66, 0F, 38, W0, bc)

Definition at line 36 of file fma-instr.h.

◆ FMA_SD_INSTRUCTION_LIST

#define FMA_SD_INSTRUCTION_LIST ( V)
Value:
V(vfmadd132sd, L128, 66, 0F, 38, W1, 99) \
V(vfmadd213sd, L128, 66, 0F, 38, W1, a9) \
V(vfmadd231sd, L128, 66, 0F, 38, W1, b9) \
V(vfmsub132sd, L128, 66, 0F, 38, W1, 9b) \
V(vfmsub213sd, L128, 66, 0F, 38, W1, ab) \
V(vfmsub231sd, L128, 66, 0F, 38, W1, bb) \
V(vfnmadd132sd, L128, 66, 0F, 38, W1, 9d) \
V(vfnmadd213sd, L128, 66, 0F, 38, W1, ad) \
V(vfnmadd231sd, L128, 66, 0F, 38, W1, bd) \
V(vfnmsub132sd, L128, 66, 0F, 38, W1, 9f) \
V(vfnmsub213sd, L128, 66, 0F, 38, W1, af) \
V(vfnmsub231sd, L128, 66, 0F, 38, W1, bf)

Definition at line 8 of file fma-instr.h.

◆ FMA_SS_INSTRUCTION_LIST

#define FMA_SS_INSTRUCTION_LIST ( V)
Value:
V(vfmadd132ss, LIG, 66, 0F, 38, W0, 99) \
V(vfmadd213ss, LIG, 66, 0F, 38, W0, a9) \
V(vfmadd231ss, LIG, 66, 0F, 38, W0, b9) \
V(vfmsub132ss, LIG, 66, 0F, 38, W0, 9b) \
V(vfmsub213ss, LIG, 66, 0F, 38, W0, ab) \
V(vfmsub231ss, LIG, 66, 0F, 38, W0, bb) \
V(vfnmadd132ss, LIG, 66, 0F, 38, W0, 9d) \
V(vfnmadd213ss, LIG, 66, 0F, 38, W0, ad) \
V(vfnmadd231ss, LIG, 66, 0F, 38, W0, bd) \
V(vfnmsub132ss, LIG, 66, 0F, 38, W0, 9f) \
V(vfnmsub213ss, LIG, 66, 0F, 38, W0, af) \
V(vfnmsub231ss, LIG, 66, 0F, 38, W0, bf)

Definition at line 22 of file fma-instr.h.