Lines Matching full:xae
485 def XSAVE : I<0xAE, MRM4m, (outs), (ins opaque512mem:$dst),
488 def XSAVE64 : RI<0xAE, MRM4m, (outs), (ins opaque512mem:$dst),
491 def XRSTOR : I<0xAE, MRM5m, (outs), (ins opaque512mem:$dst),
494 def XRSTOR64 : RI<0xAE, MRM5m, (outs), (ins opaque512mem:$dst),
499 def XSAVEOPT : I<0xAE, MRM6m, (outs), (ins opaque512mem:$dst),
502 def XSAVEOPT64 : RI<0xAE, MRM6m, (outs), (ins opaque512mem:$dst),
556 def RDFSBASE : I<0xAE, MRM0r, (outs GR32:$dst), (ins),
559 def RDFSBASE64 : RI<0xAE, MRM0r, (outs GR64:$dst), (ins),
562 def RDGSBASE : I<0xAE, MRM1r, (outs GR32:$dst), (ins),
565 def RDGSBASE64 : RI<0xAE, MRM1r, (outs GR64:$dst), (ins),
568 def WRFSBASE : I<0xAE, MRM2r, (outs), (ins GR32:$src),
571 def WRFSBASE64 : RI<0xAE, MRM2r, (outs), (ins GR64:$src),
574 def WRGSBASE : I<0xAE, MRM3r, (outs), (ins GR32:$src),
577 def WRGSBASE64 : RI<0xAE, MRM3r, (outs), (ins GR64:$src),