Searched refs:MOVX_CASE (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 2130 #define MOVX_CASE(Prefix, Ext, Type, Suffix, Postfix) \ in addConstantComments() macro 2134 MOVX_CASE(, Ext, Type, , ) \ in addConstantComments() 2135 MOVX_CASE(V, Ext, Type, , ) \ in addConstantComments() 2136 MOVX_CASE(V, Ext, Type, Y, ) \ in addConstantComments() 2137 MOVX_CASE(V, Ext, Type, Z128, ) \ in addConstantComments() 2138 MOVX_CASE(V, Ext, Type, Z128, k ) \ in addConstantComments() 2139 MOVX_CASE(V, Ext, Type, Z128, kz ) \ in addConstantComments() 2140 MOVX_CASE(V, Ext, Type, Z256, ) \ in addConstantComments() 2141 MOVX_CASE(V, Ext, Type, Z256, k ) \ in addConstantComments() 2142 MOVX_CASE(V, Ext, Type, Z256, kz ) \ in addConstantComments() [all …]
|