Home
last modified time | relevance | path

Searched refs:movsx_rm_r (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Demit_tests.rs1902 Inst::movsx_rm_r( in test_x64_emit()
1911 Inst::movsx_rm_r( in test_x64_emit()
1920 Inst::movsx_rm_r( in test_x64_emit()
1929 Inst::movsx_rm_r( in test_x64_emit()
1948 Inst::movsx_rm_r( in test_x64_emit()
1957 Inst::movsx_rm_r( in test_x64_emit()
1966 Inst::movsx_rm_r( in test_x64_emit()
1975 Inst::movsx_rm_r( in test_x64_emit()
1994 Inst::movsx_rm_r( in test_x64_emit()
2003 Inst::movsx_rm_r( in test_x64_emit()
[all …]
H A Dmod.rs924 pub(crate) fn movsx_rm_r(ext_mode: ExtMode, src: RegMem, dst: Writable<Reg>) -> Inst { in movsx_rm_r() method
1132 Inst::movsx_rm_r(ext_mode, RegMem::mem(from_addr), to_reg) in load()
H A Demit.rs1292 let inst = Inst::movsx_rm_r( in emit()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Demit_tests.rs1902 Inst::movsx_rm_r( in test_x64_emit()
1911 Inst::movsx_rm_r( in test_x64_emit()
1920 Inst::movsx_rm_r( in test_x64_emit()
1929 Inst::movsx_rm_r( in test_x64_emit()
1948 Inst::movsx_rm_r( in test_x64_emit()
1957 Inst::movsx_rm_r( in test_x64_emit()
1966 Inst::movsx_rm_r( in test_x64_emit()
1975 Inst::movsx_rm_r( in test_x64_emit()
1994 Inst::movsx_rm_r( in test_x64_emit()
2003 Inst::movsx_rm_r( in test_x64_emit()
[all …]
H A Dmod.rs924 pub(crate) fn movsx_rm_r(ext_mode: ExtMode, src: RegMem, dst: Writable<Reg>) -> Inst { in movsx_rm_r() method
1132 Inst::movsx_rm_r(ext_mode, RegMem::mem(from_addr), to_reg) in load()
H A Demit.rs1292 let inst = Inst::movsx_rm_r( in emit()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/
H A Demit_tests.rs1902 Inst::movsx_rm_r( in test_x64_emit()
1911 Inst::movsx_rm_r( in test_x64_emit()
1920 Inst::movsx_rm_r( in test_x64_emit()
1929 Inst::movsx_rm_r( in test_x64_emit()
1948 Inst::movsx_rm_r( in test_x64_emit()
1957 Inst::movsx_rm_r( in test_x64_emit()
1966 Inst::movsx_rm_r( in test_x64_emit()
1975 Inst::movsx_rm_r( in test_x64_emit()
1994 Inst::movsx_rm_r( in test_x64_emit()
2003 Inst::movsx_rm_r( in test_x64_emit()
[all …]
H A Dmod.rs924 pub(crate) fn movsx_rm_r(ext_mode: ExtMode, src: RegMem, dst: Writable<Reg>) -> Inst { in movsx_rm_r() method
1132 Inst::movsx_rm_r(ext_mode, RegMem::mem(from_addr), to_reg) in load()
H A Demit.rs1293 let inst = Inst::movsx_rm_r( in emit()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Demit_tests.rs1902 Inst::movsx_rm_r( in test_x64_emit()
1911 Inst::movsx_rm_r( in test_x64_emit()
1920 Inst::movsx_rm_r( in test_x64_emit()
1929 Inst::movsx_rm_r( in test_x64_emit()
1948 Inst::movsx_rm_r( in test_x64_emit()
1957 Inst::movsx_rm_r( in test_x64_emit()
1966 Inst::movsx_rm_r( in test_x64_emit()
1975 Inst::movsx_rm_r( in test_x64_emit()
1994 Inst::movsx_rm_r( in test_x64_emit()
2003 Inst::movsx_rm_r( in test_x64_emit()
[all …]
H A Dmod.rs924 pub(crate) fn movsx_rm_r(ext_mode: ExtMode, src: RegMem, dst: Writable<Reg>) -> Inst { in movsx_rm_r() method
1132 Inst::movsx_rm_r(ext_mode, RegMem::mem(from_addr), to_reg) in load()
H A Demit.rs1292 let inst = Inst::movsx_rm_r( in emit()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dabi.rs354 Inst::movsx_rm_r(ext_mode, RegMem::reg(from_reg), to_reg) in gen_extend()
H A Dlower.rs243 ctx.emit(Inst::movsx_rm_r(ext_mode, src, dst)) in extend_input_to_reg()
3155 ctx.emit(Inst::movsx_rm_r(ext_mode, RegMem::reg(src), dst.regs()[0])); in lower_insn_to_regs()
3238 ctx.emit(Inst::movsx_rm_r(ext_mode, src, dst)); in lower_insn_to_regs()
4840 ctx.emit(Inst::movsx_rm_r(ext_mode.unwrap(), RegMem::mem(amode), dst)); in lower_insn_to_regs()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dabi.rs354 Inst::movsx_rm_r(ext_mode, RegMem::reg(from_reg), to_reg) in gen_extend()
H A Dlower.rs243 ctx.emit(Inst::movsx_rm_r(ext_mode, src, dst)) in extend_input_to_reg()
3155 ctx.emit(Inst::movsx_rm_r(ext_mode, RegMem::reg(src), dst.regs()[0])); in lower_insn_to_regs()
3238 ctx.emit(Inst::movsx_rm_r(ext_mode, src, dst)); in lower_insn_to_regs()
4840 ctx.emit(Inst::movsx_rm_r(ext_mode.unwrap(), RegMem::mem(amode), dst)); in lower_insn_to_regs()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/
H A Dabi.rs354 Inst::movsx_rm_r(ext_mode, RegMem::reg(from_reg), to_reg) in gen_extend()
H A Dlower.rs249 ctx.emit(Inst::movsx_rm_r(ext_mode, src, dst)) in extend_input_to_reg()
3611 ctx.emit(Inst::movsx_rm_r(ext_mode, RegMem::reg(src), dst.regs()[0])); in lower_insn_to_regs()
3696 ctx.emit(Inst::movsx_rm_r(ext_mode, src, dst)); in lower_insn_to_regs()
5653 ctx.emit(Inst::movsx_rm_r(ext_mode.unwrap(), RegMem::mem(amode), dst)); in lower_insn_to_regs()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dabi.rs354 Inst::movsx_rm_r(ext_mode, RegMem::reg(from_reg), to_reg) in gen_extend()
H A Dlower.rs243 ctx.emit(Inst::movsx_rm_r(ext_mode, src, dst)) in extend_input_to_reg()
3155 ctx.emit(Inst::movsx_rm_r(ext_mode, RegMem::reg(src), dst.regs()[0])); in lower_insn_to_regs()
3238 ctx.emit(Inst::movsx_rm_r(ext_mode, src, dst)); in lower_insn_to_regs()
4840 ctx.emit(Inst::movsx_rm_r(ext_mode.unwrap(), RegMem::mem(amode), dst)); in lower_insn_to_regs()