Lines Matching refs:Postfix
1911 #define INSTR_CASE(Prefix, Instr, Suffix, Postfix) \ in addConstantComments() argument
1912 case X86::Prefix##Instr##Suffix##rm##Postfix: in addConstantComments()
2010 #define MOV_AVX512_CASE(Suffix, Postfix) \ in addConstantComments() argument
2011 case X86::VMOVDQA64##Suffix##rm##Postfix: \ in addConstantComments()
2012 case X86::VMOVDQA32##Suffix##rm##Postfix: \ in addConstantComments()
2013 case X86::VMOVDQU64##Suffix##rm##Postfix: \ in addConstantComments()
2014 case X86::VMOVDQU32##Suffix##rm##Postfix: \ in addConstantComments()
2015 case X86::VMOVDQU16##Suffix##rm##Postfix: \ in addConstantComments()
2016 case X86::VMOVDQU8##Suffix##rm##Postfix: \ in addConstantComments()
2017 case X86::VMOVAPS##Suffix##rm##Postfix: \ in addConstantComments()
2018 case X86::VMOVAPD##Suffix##rm##Postfix: \ in addConstantComments()
2019 case X86::VMOVUPS##Suffix##rm##Postfix: \ in addConstantComments()
2020 case X86::VMOVUPD##Suffix##rm##Postfix: in addConstantComments()
2130 #define MOVX_CASE(Prefix, Ext, Type, Suffix, Postfix) \ in addConstantComments() argument
2131 case X86::Prefix##PMOV##Ext##Type##Suffix##rm##Postfix: in addConstantComments()