⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 altivec.md

📁 linux下的gcc编译器
💻 MD
📖 第 1 页 / 共 5 页
字号:
					   	      (const_int 10)					   	      (const_int 11)					   	      (const_int 12)					   	      (const_int 13)					   	      (const_int 14)						      (const_int 15)]))                      (match_operand:V16QI 1 "register_operand" "v")		      (const_int 255)))]  "TARGET_ALTIVEC"  "vmrglb %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vmrglh"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (vec_merge:V8HI (vec_select:V8HI (match_operand:V8HI 2 "register_operand" "v")					   (parallel [(const_int 0)					   	      (const_int 1)					   	      (const_int 2)					   	      (const_int 3)					   	      (const_int 4)					   	      (const_int 5)					   	      (const_int 6)					   	      (const_int 7)]))                      (match_operand:V8HI 1 "register_operand" "v")		      (const_int 15)))]  "TARGET_ALTIVEC"  "vmrglh %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vmrglw"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (vec_merge:V4SI (vec_select:V4SI (match_operand:V4SI 2 "register_operand" "v")					 (parallel [(const_int 0)					 	    (const_int 1)						    (const_int 2)						    (const_int 3)]))                      (match_operand:V4SI 1 "register_operand" "v")		      (const_int 12)))]  "TARGET_ALTIVEC"  "vmrglw %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "uminv16qi3"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (umin:V16QI (match_operand:V16QI 1 "register_operand" "v")                    (match_operand:V16QI 2 "register_operand" "v")))]  "TARGET_ALTIVEC"  "vminub %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "sminv16qi3"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (smin:V16QI (match_operand:V16QI 1 "register_operand" "v")                    (match_operand:V16QI 2 "register_operand" "v")))]  "TARGET_ALTIVEC"  "vminsb %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "uminv8hi3"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (umin:V8HI (match_operand:V8HI 1 "register_operand" "v")                   (match_operand:V8HI 2 "register_operand" "v")))]  "TARGET_ALTIVEC"  "vminuh %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "sminv8hi3"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (smin:V8HI (match_operand:V8HI 1 "register_operand" "v")                   (match_operand:V8HI 2 "register_operand" "v")))]  "TARGET_ALTIVEC"  "vminsh %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "uminv4si3"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (umin:V4SI (match_operand:V4SI 1 "register_operand" "v")                   (match_operand:V4SI 2 "register_operand" "v")))]  "TARGET_ALTIVEC"  "vminuw %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "sminv4si3"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (smin:V4SI (match_operand:V4SI 1 "register_operand" "v")                   (match_operand:V4SI 2 "register_operand" "v")))]  "TARGET_ALTIVEC"  "vminsw %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "sminv4sf3"  [(set (match_operand:V4SF 0 "register_operand" "=v")        (smin:V4SF (match_operand:V4SF 1 "register_operand" "v")                   (match_operand:V4SF 2 "register_operand" "v")))]  "TARGET_ALTIVEC"  "vminfp %0,%1,%2"  [(set_attr "type" "veccmp")])(define_insn "altivec_vmuleub"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V16QI 1 "register_operand" "v")                      (match_operand:V16QI 2 "register_operand" "v")] 83))]  "TARGET_ALTIVEC"  "vmuleub %0,%1,%2"  [(set_attr "type" "veccomplex")])(define_insn "altivec_vmulesb"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V16QI 1 "register_operand" "v")                      (match_operand:V16QI 2 "register_operand" "v")] 84))]  "TARGET_ALTIVEC"  "vmulesb %0,%1,%2"  [(set_attr "type" "veccomplex")])(define_insn "altivec_vmuleuh"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (unspec:V4SI [(match_operand:V8HI 1 "register_operand" "v")                      (match_operand:V8HI 2 "register_operand" "v")] 85))]  "TARGET_ALTIVEC"  "vmuleuh %0,%1,%2"  [(set_attr "type" "veccomplex")])(define_insn "altivec_vmulesh"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (unspec:V4SI [(match_operand:V8HI 1 "register_operand" "v")                      (match_operand:V8HI 2 "register_operand" "v")] 86))]  "TARGET_ALTIVEC"  "vmulesh %0,%1,%2"  [(set_attr "type" "veccomplex")])(define_insn "altivec_vmuloub"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V16QI 1 "register_operand" "v")                      (match_operand:V16QI 2 "register_operand" "v")] 87))]  "TARGET_ALTIVEC"  "vmuloub %0,%1,%2"  [(set_attr "type" "veccomplex")])(define_insn "altivec_vmulosb"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V16QI 1 "register_operand" "v")                      (match_operand:V16QI 2 "register_operand" "v")] 88))]  "TARGET_ALTIVEC"  "vmulosb %0,%1,%2"  [(set_attr "type" "veccomplex")])(define_insn "altivec_vmulouh"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (unspec:V4SI [(match_operand:V8HI 1 "register_operand" "v")                      (match_operand:V8HI 2 "register_operand" "v")] 89))]  "TARGET_ALTIVEC"  "vmulouh %0,%1,%2"  [(set_attr "type" "veccomplex")])(define_insn "altivec_vmulosh"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (unspec:V4SI [(match_operand:V8HI 1 "register_operand" "v")                      (match_operand:V8HI 2 "register_operand" "v")] 90))]  "TARGET_ALTIVEC"  "vmulosh %0,%1,%2"  [(set_attr "type" "veccomplex")])(define_insn "altivec_vnor"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (not:V4SI (ior:V4SI (match_operand:V4SI 1 "register_operand" "v")                            (match_operand:V4SI 2 "register_operand" "v"))))]  "TARGET_ALTIVEC"  "vnor %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "iorv4si3"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (ior:V4SI (match_operand:V4SI 1 "register_operand" "v")                  (match_operand:V4SI 2 "register_operand" "v")))]  "TARGET_ALTIVEC"  "vor %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vpkuhum"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (unspec:V16QI [(match_operand:V8HI 1 "register_operand" "v")                       (match_operand:V8HI 2 "register_operand" "v")] 93))]  "TARGET_ALTIVEC"  "vpkuhum %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkuwum"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 94))]  "TARGET_ALTIVEC"  "vpkuwum %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkpx"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 95))]  "TARGET_ALTIVEC"  "vpkpx %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkuhss"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (unspec:V16QI [(match_operand:V8HI 1 "register_operand" "v")                       (match_operand:V8HI 2 "register_operand" "v")] 96))   (set (reg:SI 110) (unspec:SI [(const_int 0)] 213))]  "TARGET_ALTIVEC"  "vpkuhss %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkshss"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (unspec:V16QI [(match_operand:V8HI 1 "register_operand" "v")                       (match_operand:V8HI 2 "register_operand" "v")] 97))   (set (reg:SI 110) (unspec:SI [(const_int 0)] 213))]  "TARGET_ALTIVEC"  "vpkshss %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkuwss"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 98))   (set (reg:SI 110) (unspec:SI [(const_int 0)] 213))]  "TARGET_ALTIVEC"  "vpkuwss %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkswss"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 99))   (set (reg:SI 110) (unspec:SI [(const_int 0)] 213))]  "TARGET_ALTIVEC"  "vpkswss %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkuhus"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (unspec:V16QI [(match_operand:V8HI 1 "register_operand" "v")                       (match_operand:V8HI 2 "register_operand" "v")] 100))   (set (reg:SI 110) (unspec:SI [(const_int 0)] 213))]  "TARGET_ALTIVEC"  "vpkuhus %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkshus"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (unspec:V16QI [(match_operand:V8HI 1 "register_operand" "v")                       (match_operand:V8HI 2 "register_operand" "v")] 101))   (set (reg:SI 110) (unspec:SI [(const_int 0)] 213))]  "TARGET_ALTIVEC"  "vpkshus %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkuwus"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 102))   (set (reg:SI 110) (unspec:SI [(const_int 0)] 213))]  "TARGET_ALTIVEC"  "vpkuwus %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vpkswus"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 103))   (set (reg:SI 110) (unspec:SI [(const_int 0)] 213))]  "TARGET_ALTIVEC"  "vpkswus %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vrlb"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (unspec:V16QI [(match_operand:V16QI 1 "register_operand" "v")                       (match_operand:V16QI 2 "register_operand" "v")] 104))]  "TARGET_ALTIVEC"  "vrlb %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vrlh"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V8HI 1 "register_operand" "v")                      (match_operand:V8HI 2 "register_operand" "v")] 105))]  "TARGET_ALTIVEC"  "vrlh %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vrlw"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (unspec:V4SI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 106))]  "TARGET_ALTIVEC"  "vrlw %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vslb"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (unspec:V16QI [(match_operand:V16QI 1 "register_operand" "v")                       (match_operand:V16QI 2 "register_operand" "v")] 107))]  "TARGET_ALTIVEC"  "vslb %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vslh"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V8HI 1 "register_operand" "v")                      (match_operand:V8HI 2 "register_operand" "v")] 108))]  "TARGET_ALTIVEC"  "vslh %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vslw"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (unspec:V4SI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 109))]  "TARGET_ALTIVEC"  "vslw %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vslw_v4sf"  [(set (match_operand:V4SF 0 "register_operand" "=v")        (unspec:V4SF [(match_operand:V4SF 1 "register_operand" "v")                      (match_operand:V4SF 2 "register_operand" "v")] 109))]  "TARGET_ALTIVEC"  "vslw %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vsl"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (unspec:V4SI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 110))]  "TARGET_ALTIVEC"  "vsl %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vslo"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (unspec:V4SI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 111))]  "TARGET_ALTIVEC"  "vslo %0,%1,%2"  [(set_attr "type" "vecperm")])(define_insn "altivec_vsrb"  [(set (match_operand:V16QI 0 "register_operand" "=v")        (unspec:V16QI [(match_operand:V16QI 1 "register_operand" "v")                       (match_operand:V16QI 2 "register_operand" "v")] 112))]  "TARGET_ALTIVEC"  "vsrb %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vsrh"  [(set (match_operand:V8HI 0 "register_operand" "=v")        (unspec:V8HI [(match_operand:V8HI 1 "register_operand" "v")                      (match_operand:V8HI 2 "register_operand" "v")] 113))]  "TARGET_ALTIVEC"  "vsrh %0,%1,%2"  [(set_attr "type" "vecsimple")])(define_insn "altivec_vsrw"  [(set (match_operand:V4SI 0 "register_operand" "=v")        (unspec:V4SI [(match_operand:V4SI 1 "register_operand" "v")                      (match_operand:V4SI 2 "register_operand" "v")] 114))]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -