Lines Matching refs:xFF
110 def JMP16r : I<0xFF, MRM4r, (outs), (ins GR16:$dst), "jmp{w}\t{*}$dst",
113 def JMP16m : I<0xFF, MRM4m, (outs), (ins i16mem:$dst), "jmp{w}\t{*}$dst",
117 def JMP32r : I<0xFF, MRM4r, (outs), (ins GR32:$dst), "jmp{l}\t{*}$dst",
120 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst",
124 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst",
127 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst",
134 def JMP64r_REX : I<0xFF, MRM4r, (outs), (ins GR64:$dst),
137 def JMP64m_REX : I<0xFF, MRM4m, (outs), (ins i64mem:$dst),
144 def JMP16r_NT : I<0xFF, MRM4r, (outs), (ins GR16 : $dst), "jmp{w}\t{*}$dst",
148 def JMP16m_NT : I<0xFF, MRM4m, (outs), (ins i16mem : $dst), "jmp{w}\t{*}$dst",
153 def JMP32r_NT : I<0xFF, MRM4r, (outs), (ins GR32 : $dst), "jmp{l}\t{*}$dst",
156 def JMP32m_NT : I<0xFF, MRM4m, (outs), (ins i32mem : $dst), "jmp{l}\t{*}$dst",
161 def JMP64r_NT : I<0xFF, MRM4r, (outs), (ins GR64 : $dst), "jmp{q}\t{*}$dst",
164 def JMP64m_NT : I<0xFF, MRM4m, (outs), (ins i64mem : $dst), "jmp{q}\t{*}$dst",
180 def FARJMP64m : RI<0xFF, MRM5m, (outs), (ins opaquemem:$dst),
183 def FARJMP32m : I<0xFF, MRM5m, (outs), (ins opaquemem:$dst),
186 def FARJMP16m : I<0xFF, MRM5m, (outs), (ins opaquemem:$dst),
219 def CALL16r : I<0xFF, MRM2r, (outs), (ins GR16:$dst),
222 def CALL16m : I<0xFF, MRM2m, (outs), (ins i16mem:$dst),
226 def CALL32r : I<0xFF, MRM2r, (outs), (ins GR32:$dst),
230 def CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst),
239 def CALL16r_NT : I<0xFF, MRM2r, (outs), (ins GR16 : $dst),
242 def CALL16m_NT : I<0xFF, MRM2m, (outs), (ins i16mem : $dst),
246 def CALL32r_NT : I<0xFF, MRM2r, (outs), (ins GR32 : $dst),
249 def CALL32m_NT : I<0xFF, MRM2m, (outs), (ins i32mem : $dst),
267 def FARCALL32m : I<0xFF, MRM3m, (outs), (ins opaquemem:$dst),
269 def FARCALL16m : I<0xFF, MRM3m, (outs), (ins opaquemem:$dst),
325 def CALL64r : I<0xFF, MRM2r, (outs), (ins GR64:$dst),
328 def CALL64m : I<0xFF, MRM2m, (outs), (ins i64mem:$dst),
335 def CALL64r_NT : I<0xFF, MRM2r, (outs), (ins GR64 : $dst),
338 def CALL64m_NT : I<0xFF, MRM2m, (outs), (ins i64mem : $dst),
345 def FARCALL64m : RI<0xFF, MRM3m, (outs), (ins opaquemem:$dst),