Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs473 pub enum SseOpcode { enum
652 impl SseOpcode { impl
657 SseOpcode::Addps in available_from()
680 | SseOpcode::Orps in available_from()
692 SseOpcode::Addpd in available_from()
717 | SseOpcode::Movd in available_from()
719 | SseOpcode::Movq in available_from()
726 | SseOpcode::Orpd in available_from()
738 | SseOpcode::Pand in available_from()
761 | SseOpcode::Por in available_from()
[all …]
H A Demit.rs29 SseOpcode::Cvtsi2sd in emit_signed_cvt()
31 SseOpcode::Cvtsi2ss in emit_signed_cvt()
1037 SseOpcode::Movsd in emit()
1039 SseOpcode::Movss in emit()
1711 SseOpcode::Pextrb | SseOpcode::Pextrd => true, in emit()
1793 SseOpcode::Movd | SseOpcode::Movq => (LegacyPrefixes::_66, 0x0F7E, false), in emit()
1818 SseOpcode::Movd | SseOpcode::Movq => (LegacyPrefixes::_66, 0x0F6E), in emit()
1970 SseOpcode::Addsd in emit()
1972 SseOpcode::Addss in emit()
2038 OperandSize::Size64 => (SseOpcode::Movq, SseOpcode::Ucomisd, SseOpcode::Cvttsd2si), in emit()
[all …]
H A Demit_tests.rs3346 SseOpcode::Addss, in test_x64_emit()
3371 SseOpcode::Subss, in test_x64_emit()
3877 SseOpcode::Movsd, in test_x64_emit()
4021 SseOpcode::Movd, in test_x64_emit()
4031 SseOpcode::Movd, in test_x64_emit()
4041 SseOpcode::Movd, in test_x64_emit()
4051 SseOpcode::Movq, in test_x64_emit()
4102 SseOpcode::Cmppd, in test_x64_emit()
4113 SseOpcode::Cmpps, in test_x64_emit()
4124 SseOpcode::Palignr, in test_x64_emit()
[all …]
H A Dmod.rs210 op: SseOpcode,
229 op: SseOpcode,
242 op: SseOpcode,
256 op: SseOpcode,
264 op: SseOpcode,
332 op: SseOpcode,
339 op: SseOpcode,
766 op: SseOpcode, in xmm_to_gpr() argument
783 op: SseOpcode, in gpr_to_xmm() argument
896 op: SseOpcode, in xmm_rm_r_imm() argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs471 pub enum SseOpcode { enum
638 impl SseOpcode { impl
643 SseOpcode::Addps in available_from()
666 | SseOpcode::Orps in available_from()
676 SseOpcode::Addpd in available_from()
698 | SseOpcode::Movd in available_from()
700 | SseOpcode::Movq in available_from()
707 | SseOpcode::Orpd in available_from()
719 | SseOpcode::Pand in available_from()
739 | SseOpcode::Por in available_from()
[all …]
H A Demit.rs30 SseOpcode::Cvtsi2sd in emit_signed_cvt()
32 SseOpcode::Cvtsi2ss in emit_signed_cvt()
1036 SseOpcode::Movsd in emit()
1038 SseOpcode::Movss in emit()
1696 SseOpcode::Pextrb | SseOpcode::Pextrd => true, in emit()
1779 SseOpcode::Movd | SseOpcode::Movq => (LegacyPrefixes::_66, 0x0F7E, false), in emit()
1804 SseOpcode::Movd | SseOpcode::Movq => (LegacyPrefixes::_66, 0x0F6E), in emit()
1956 SseOpcode::Addsd in emit()
1958 SseOpcode::Addss in emit()
2024 OperandSize::Size64 => (SseOpcode::Movq, SseOpcode::Ucomisd, SseOpcode::Cvttsd2si), in emit()
[all …]
H A Demit_tests.rs3346 SseOpcode::Addss, in test_x64_emit()
3371 SseOpcode::Subss, in test_x64_emit()
3823 SseOpcode::Movsd, in test_x64_emit()
3949 SseOpcode::Movd, in test_x64_emit()
3959 SseOpcode::Movd, in test_x64_emit()
3969 SseOpcode::Movd, in test_x64_emit()
3979 SseOpcode::Movq, in test_x64_emit()
4030 SseOpcode::Cmppd, in test_x64_emit()
4041 SseOpcode::Cmpps, in test_x64_emit()
4052 SseOpcode::Palignr, in test_x64_emit()
[all …]
H A Dmod.rs210 op: SseOpcode,
229 op: SseOpcode,
242 op: SseOpcode,
256 op: SseOpcode,
264 op: SseOpcode,
332 op: SseOpcode,
339 op: SseOpcode,
766 op: SseOpcode, in xmm_to_gpr() argument
783 op: SseOpcode, in gpr_to_xmm() argument
896 op: SseOpcode, in xmm_rm_r_imm() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs471 pub enum SseOpcode { enum
638 impl SseOpcode { impl
643 SseOpcode::Addps in available_from()
666 | SseOpcode::Orps in available_from()
676 SseOpcode::Addpd in available_from()
698 | SseOpcode::Movd in available_from()
700 | SseOpcode::Movq in available_from()
707 | SseOpcode::Orpd in available_from()
719 | SseOpcode::Pand in available_from()
739 | SseOpcode::Por in available_from()
[all …]
H A Demit.rs30 SseOpcode::Cvtsi2sd in emit_signed_cvt()
32 SseOpcode::Cvtsi2ss in emit_signed_cvt()
1036 SseOpcode::Movsd in emit()
1038 SseOpcode::Movss in emit()
1696 SseOpcode::Pextrb | SseOpcode::Pextrd => true, in emit()
1779 SseOpcode::Movd | SseOpcode::Movq => (LegacyPrefixes::_66, 0x0F7E, false), in emit()
1804 SseOpcode::Movd | SseOpcode::Movq => (LegacyPrefixes::_66, 0x0F6E), in emit()
1956 SseOpcode::Addsd in emit()
1958 SseOpcode::Addss in emit()
2024 OperandSize::Size64 => (SseOpcode::Movq, SseOpcode::Ucomisd, SseOpcode::Cvttsd2si), in emit()
[all …]
H A Demit_tests.rs3346 SseOpcode::Addss, in test_x64_emit()
3371 SseOpcode::Subss, in test_x64_emit()
3823 SseOpcode::Movsd, in test_x64_emit()
3949 SseOpcode::Movd, in test_x64_emit()
3959 SseOpcode::Movd, in test_x64_emit()
3969 SseOpcode::Movd, in test_x64_emit()
3979 SseOpcode::Movq, in test_x64_emit()
4030 SseOpcode::Cmppd, in test_x64_emit()
4041 SseOpcode::Cmpps, in test_x64_emit()
4052 SseOpcode::Palignr, in test_x64_emit()
[all …]
H A Dmod.rs210 op: SseOpcode,
229 op: SseOpcode,
242 op: SseOpcode,
256 op: SseOpcode,
264 op: SseOpcode,
332 op: SseOpcode,
339 op: SseOpcode,
766 op: SseOpcode, in xmm_to_gpr() argument
783 op: SseOpcode, in gpr_to_xmm() argument
896 op: SseOpcode, in xmm_rm_r_imm() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs471 pub enum SseOpcode { enum
638 impl SseOpcode { implementation
643 SseOpcode::Addps in available_from()
666 | SseOpcode::Orps in available_from()
676 SseOpcode::Addpd in available_from()
698 | SseOpcode::Movd in available_from()
700 | SseOpcode::Movq in available_from()
707 | SseOpcode::Orpd in available_from()
719 | SseOpcode::Pand in available_from()
739 | SseOpcode::Por in available_from()
[all …]
H A Demit.rs30 SseOpcode::Cvtsi2sd in emit_signed_cvt()
32 SseOpcode::Cvtsi2ss in emit_signed_cvt()
1036 SseOpcode::Movsd in emit()
1038 SseOpcode::Movss in emit()
1696 SseOpcode::Pextrb | SseOpcode::Pextrd => true, in emit()
1779 SseOpcode::Movd | SseOpcode::Movq => (LegacyPrefixes::_66, 0x0F7E, false), in emit()
1804 SseOpcode::Movd | SseOpcode::Movq => (LegacyPrefixes::_66, 0x0F6E), in emit()
1956 SseOpcode::Addsd in emit()
1958 SseOpcode::Addss in emit()
2024 OperandSize::Size64 => (SseOpcode::Movq, SseOpcode::Ucomisd, SseOpcode::Cvttsd2si), in emit()
[all …]
H A Demit_tests.rs3346 SseOpcode::Addss, in test_x64_emit()
3371 SseOpcode::Subss, in test_x64_emit()
3823 SseOpcode::Movsd, in test_x64_emit()
3949 SseOpcode::Movd, in test_x64_emit()
3959 SseOpcode::Movd, in test_x64_emit()
3969 SseOpcode::Movd, in test_x64_emit()
3979 SseOpcode::Movq, in test_x64_emit()
4030 SseOpcode::Cmppd, in test_x64_emit()
4041 SseOpcode::Cmpps, in test_x64_emit()
4052 SseOpcode::Palignr, in test_x64_emit()
[all …]
H A Dmod.rs210 op: SseOpcode,
229 op: SseOpcode,
242 op: SseOpcode,
256 op: SseOpcode,
264 op: SseOpcode,
332 op: SseOpcode,
339 op: SseOpcode,
766 op: SseOpcode, in xmm_to_gpr() argument
783 op: SseOpcode, in gpr_to_xmm() argument
896 op: SseOpcode, in xmm_rm_r_imm() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/
H A Dlower.rs322 0 => SseOpcode::Movsd, in emit_insert_lane()
325 1 => SseOpcode::Movlhps, in emit_insert_lane()
5404 (Opcode::Fabs, 32) => (SseOpcode::Psrld, SseOpcode::Andps, 1), in lower_insn_to_regs()
5405 (Opcode::Fabs, 64) => (SseOpcode::Psrlq, SseOpcode::Andpd, 1), in lower_insn_to_regs()
5406 (Opcode::Fneg, 32) => (SseOpcode::Pslld, SseOpcode::Xorps, 31), in lower_insn_to_regs()
5407 (Opcode::Fneg, 64) => (SseOpcode::Psllq, SseOpcode::Xorpd, 63), in lower_insn_to_regs()
6355 SseOpcode::Paddusb, in lower_insn_to_regs()
6362 SseOpcode::Pshufb, in lower_insn_to_regs()
6539 SseOpcode::Ptest, in lower_insn_to_regs()
6679 SseOpcode::Pcmpeqw, in lower_insn_to_regs()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dlower.rs316 0 => SseOpcode::Movsd, in emit_insert_lane()
319 1 => SseOpcode::Movlhps, in emit_insert_lane()
2541 SseOpcode::Pxor, in lower_insn_to_regs()
4019 SseOpcode::Cvtdq2pd, in lower_insn_to_regs()
4591 (Opcode::Fabs, 32) => (SseOpcode::Psrld, SseOpcode::Andps, 1), in lower_insn_to_regs()
4592 (Opcode::Fabs, 64) => (SseOpcode::Psrlq, SseOpcode::Andpd, 1), in lower_insn_to_regs()
4593 (Opcode::Fneg, 32) => (SseOpcode::Pslld, SseOpcode::Xorps, 31), in lower_insn_to_regs()
4594 (Opcode::Fneg, 64) => (SseOpcode::Psllq, SseOpcode::Xorpd, 63), in lower_insn_to_regs()
5522 SseOpcode::Paddusb, in lower_insn_to_regs()
5529 SseOpcode::Pshufb, in lower_insn_to_regs()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dlower.rs316 0 => SseOpcode::Movsd, in emit_insert_lane()
319 1 => SseOpcode::Movlhps, in emit_insert_lane()
2541 SseOpcode::Pxor, in lower_insn_to_regs()
4019 SseOpcode::Cvtdq2pd, in lower_insn_to_regs()
4591 (Opcode::Fabs, 32) => (SseOpcode::Psrld, SseOpcode::Andps, 1), in lower_insn_to_regs()
4592 (Opcode::Fabs, 64) => (SseOpcode::Psrlq, SseOpcode::Andpd, 1), in lower_insn_to_regs()
4593 (Opcode::Fneg, 32) => (SseOpcode::Pslld, SseOpcode::Xorps, 31), in lower_insn_to_regs()
4594 (Opcode::Fneg, 64) => (SseOpcode::Psllq, SseOpcode::Xorpd, 63), in lower_insn_to_regs()
5522 SseOpcode::Paddusb, in lower_insn_to_regs()
5529 SseOpcode::Pshufb, in lower_insn_to_regs()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dlower.rs316 0 => SseOpcode::Movsd, in emit_insert_lane()
319 1 => SseOpcode::Movlhps, in emit_insert_lane()
2541 SseOpcode::Pxor, in lower_insn_to_regs()
4019 SseOpcode::Cvtdq2pd, in lower_insn_to_regs()
4591 (Opcode::Fabs, 32) => (SseOpcode::Psrld, SseOpcode::Andps, 1), in lower_insn_to_regs()
4592 (Opcode::Fabs, 64) => (SseOpcode::Psrlq, SseOpcode::Andpd, 1), in lower_insn_to_regs()
4593 (Opcode::Fneg, 32) => (SseOpcode::Pslld, SseOpcode::Xorps, 31), in lower_insn_to_regs()
4594 (Opcode::Fneg, 64) => (SseOpcode::Psllq, SseOpcode::Xorpd, 63), in lower_insn_to_regs()
5522 SseOpcode::Paddusb, in lower_insn_to_regs()
5529 SseOpcode::Pshufb, in lower_insn_to_regs()
[all …]