• Home
  • Raw
  • Download

Lines Matching refs:xFF

135   def JMP16r     : I<0xFF, MRM4r, (outs), (ins GR16:$dst), "jmp{w}\t{*}$dst",
138 def JMP16m : I<0xFF, MRM4m, (outs), (ins i16mem:$dst), "jmp{w}\t{*}$dst",
142 def JMP32r : I<0xFF, MRM4r, (outs), (ins GR32:$dst), "jmp{l}\t{*}$dst",
145 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst",
149 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst",
152 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst",
166 def FARJMP64 : RI<0xFF, MRM5m, (outs), (ins opaque80mem:$dst),
170 def FARJMP16m : I<0xFF, MRM5m, (outs), (ins opaque32mem:$dst),
173 def FARJMP32m : I<0xFF, MRM5m, (outs), (ins opaque48mem:$dst),
204 def CALL16r : I<0xFF, MRM2r, (outs), (ins GR16:$dst),
207 def CALL16m : I<0xFF, MRM2m, (outs), (ins i16mem:$dst),
212 def CALL32r : I<0xFF, MRM2r, (outs), (ins GR32:$dst),
215 def CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst),
232 def FARCALL16m : I<0xFF, MRM3m, (outs), (ins opaque32mem:$dst),
235 def FARCALL32m : I<0xFF, MRM3m, (outs), (ins opaque48mem:$dst),
260 def TAILJMPr : I<0xFF, MRM4r, (outs), (ins ptr_rc_tailcall:$dst),
263 def TAILJMPm : I<0xFF, MRM4m, (outs), (ins i32mem_TC:$dst),
283 def CALL64r : I<0xFF, MRM2r, (outs), (ins GR64:$dst),
287 def CALL64m : I<0xFF, MRM2m, (outs), (ins i64mem:$dst),
292 def FARCALL64 : RI<0xFF, MRM3m, (outs), (ins opaque80mem:$dst),
310 def TAILJMPr64 : I<0xFF, MRM4r, (outs), (ins ptr_rc_tailcall:$dst),
314 def TAILJMPm64 : I<0xFF, MRM4m, (outs), (ins i64mem_TC:$dst),
322 def TAILJMPr64_REX : I<0xFF, MRM4r, (outs), (ins ptr_rc_tailcall:$dst),
326 def TAILJMPm64_REX : I<0xFF, MRM4m, (outs), (ins i64mem_TC:$dst),