Searched refs:MOV_AVX512_CASE (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 2010 #define MOV_AVX512_CASE(Suffix, Postfix) \ in addConstantComments() macro 2025 MOV_AVX512_CASE(Z128, ) \ in addConstantComments() 2026 MOV_AVX512_CASE(Z128, k) \ in addConstantComments() 2027 MOV_AVX512_CASE(Z128, kz) in addConstantComments() 2031 MOV_AVX512_CASE(Z256, ) \ in addConstantComments() 2032 MOV_AVX512_CASE(Z256, k) \ in addConstantComments() 2033 MOV_AVX512_CASE(Z256, kz) \ in addConstantComments() 2036 MOV_AVX512_CASE(Z, ) \ in addConstantComments() 2037 MOV_AVX512_CASE(Z, k) \ in addConstantComments() 2038 MOV_AVX512_CASE(Z, kz) \ in addConstantComments()
|