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

📄 i386.md

📁 gcc-you can use this code to learn something about gcc, and inquire further into linux,
💻 MD
📖 第 1 页 / 共 5 页
字号:
  [(set (match_operand:QI 0 "register_operand" "=Q,?R")        (subreg:QI (zero_extract:SI (match_operand 1 "ext_register_operand" "Q,Q")				    (const_int 8)				    (const_int 8)) 0))]  "TARGET_64BIT"{  switch (get_attr_type (insn))    {    case TYPE_IMOVX:      return "movz{bl|x}\t{%h1, %k0|%k0, %h1}";    default:      return "mov{b}\t{%h1, %0|%0, %h1}";    }}  [(set (attr "type")     (if_then_else (ior (not (match_operand:QI 0 "q_regs_operand" ""))			(ne (symbol_ref "TARGET_MOVX")			    (const_int 0)))	(const_string "imovx")	(const_string "imov")))   (set (attr "mode")     (if_then_else (eq_attr "type" "imovx")	(const_string "SI")	(const_string "QI")))])(define_insn "movsi_insv_1"  [(set (zero_extract:SI (match_operand 0 "ext_register_operand" "+Q")			 (const_int 8)			 (const_int 8))	(match_operand:SI 1 "general_operand" "Qmn"))]  "!TARGET_64BIT"  "mov{b}\t{%b1, %h0|%h0, %b1}"  [(set_attr "type" "imov")   (set_attr "mode" "QI")])(define_insn "*movsi_insv_1_rex64"  [(set (zero_extract:SI (match_operand 0 "ext_register_operand" "+Q")			 (const_int 8)			 (const_int 8))	(match_operand:SI 1 "nonmemory_operand" "Qn"))]  "TARGET_64BIT"  "mov{b}\t{%b1, %h0|%h0, %b1}"  [(set_attr "type" "imov")   (set_attr "mode" "QI")])(define_insn "*movqi_insv_2"  [(set (zero_extract:SI (match_operand 0 "ext_register_operand" "+Q")			 (const_int 8)			 (const_int 8))	(and:SI (lshiftrt:SI (match_operand:SI 1 "register_operand" "Q")			     (const_int 8))		(const_int 255)))]  ""  "mov{b}\t{%h1, %h0|%h0, %h1}"  [(set_attr "type" "imov")   (set_attr "mode" "QI")])(define_expand "movdi"  [(set (match_operand:DI 0 "nonimmediate_operand" "")	(match_operand:DI 1 "general_operand" ""))]  ""  "ix86_expand_move (DImode, operands); DONE;")(define_insn "*pushdi"  [(set (match_operand:DI 0 "push_operand" "=<")	(match_operand:DI 1 "general_no_elim_operand" "riF*m"))]  "!TARGET_64BIT"  "#")(define_insn "pushdi2_rex64"  [(set (match_operand:DI 0 "push_operand" "=<,!<")	(match_operand:DI 1 "general_no_elim_operand" "re*m,n"))]  "TARGET_64BIT"  "@   push{q}\t%1   #"  [(set_attr "type" "push,multi")   (set_attr "mode" "DI")]);; Convert impossible pushes of immediate to existing instructions.;; First try to get scratch register and go through it.  In case this;; fails, push sign extended lower part first and then overwrite;; upper part by 32bit move.(define_peephole2  [(match_scratch:DI 2 "r")   (set (match_operand:DI 0 "push_operand" "")        (match_operand:DI 1 "immediate_operand" ""))]  "TARGET_64BIT && !symbolic_operand (operands[1], DImode)   && !x86_64_immediate_operand (operands[1], DImode)"  [(set (match_dup 2) (match_dup 1))   (set (match_dup 0) (match_dup 2))]  "");; We need to define this as both peepholer and splitter for case;; peephole2 pass is not run.(define_peephole2  [(set (match_operand:DI 0 "push_operand" "")        (match_operand:DI 1 "immediate_operand" ""))]  "TARGET_64BIT && !symbolic_operand (operands[1], DImode)   && !x86_64_immediate_operand (operands[1], DImode) && 1"  [(set (match_dup 0) (match_dup 1))   (set (match_dup 2) (match_dup 3))]  "split_di (operands + 1, 1, operands + 2, operands + 3);   operands[1] = gen_lowpart (DImode, operands[2]);   operands[2] = gen_rtx_MEM (SImode, gen_rtx_PLUS (DImode, stack_pointer_rtx,						    GEN_INT (4)));  ")(define_split  [(set (match_operand:DI 0 "push_operand" "")        (match_operand:DI 1 "immediate_operand" ""))]  "TARGET_64BIT && (flow2_completed || (reload_completed && !flag_peephole2))   && !symbolic_operand (operands[1], DImode)   && !x86_64_immediate_operand (operands[1], DImode)"  [(set (match_dup 0) (match_dup 1))   (set (match_dup 2) (match_dup 3))]  "split_di (operands + 1, 1, operands + 2, operands + 3);   operands[1] = gen_lowpart (DImode, operands[2]);   operands[2] = gen_rtx_MEM (SImode, gen_rtx_PLUS (DImode, stack_pointer_rtx,						    GEN_INT (4)));  ")(define_insn "*pushdi2_prologue_rex64"  [(set (match_operand:DI 0 "push_operand" "=<")	(match_operand:DI 1 "general_no_elim_operand" "re*m"))   (clobber (mem:BLK (scratch)))]  "TARGET_64BIT"  "push{q}\t%1"  [(set_attr "type" "push")   (set_attr "mode" "DI")])(define_insn "*popdi1_epilogue_rex64"  [(set (match_operand:DI 0 "nonimmediate_operand" "=r*m")	(mem:DI (reg:DI 7)))   (set (reg:DI 7)	(plus:DI (reg:DI 7) (const_int 8)))   (clobber (mem:BLK (scratch)))]  "TARGET_64BIT"  "pop{q}\t%0"  [(set_attr "type" "pop")   (set_attr "mode" "DI")])(define_insn "popdi1"  [(set (match_operand:DI 0 "nonimmediate_operand" "=r*m")	(mem:DI (reg:DI 7)))   (set (reg:DI 7)	(plus:DI (reg:DI 7) (const_int 8)))]  "TARGET_64BIT"  "pop{q}\t%0"  [(set_attr "type" "pop")   (set_attr "mode" "DI")])(define_insn "*movdi_xor_rex64"  [(set (match_operand:DI 0 "register_operand" "=r")	(match_operand:DI 1 "const0_operand" "i"))   (clobber (reg:CC 17))]  "TARGET_64BIT && (!TARGET_USE_MOV0 || optimize_size)   && reload_completed"  "xor{l}\t{%k0, %k0|%k0, %k0}"  [(set_attr "type" "alu1")   (set_attr "mode" "SI")   (set_attr "length_immediate" "0")])(define_insn "*movdi_or_rex64"  [(set (match_operand:DI 0 "register_operand" "=r")	(match_operand:DI 1 "const_int_operand" "i"))   (clobber (reg:CC 17))]  "TARGET_64BIT && (TARGET_PENTIUM || optimize_size)   && reload_completed   && GET_CODE (operands[1]) == CONST_INT   && INTVAL (operands[1]) == -1"{  operands[1] = constm1_rtx;  return "or{q}\t{%1, %0|%0, %1}";}  [(set_attr "type" "alu1")   (set_attr "mode" "DI")   (set_attr "length_immediate" "1")])(define_insn "*movdi_2"  [(set (match_operand:DI 0 "nonimmediate_operand" "=r,o,!m*y,!*y,!m,!*Y,!*Y")	(match_operand:DI 1 "general_operand" "riFo,riF,*y,m,*Y,*Y,m"))]  "!TARGET_64BIT   && (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"  "@   #   #   movq\t{%1, %0|%0, %1}   movq\t{%1, %0|%0, %1}   movq\t{%1, %0|%0, %1}   movdqa\t{%1, %0|%0, %1}   movq\t{%1, %0|%0, %1}"  [(set_attr "type" "*,*,mmx,mmx,ssemov,ssemov,ssemov")   (set_attr "mode" "DI,DI,DI,DI,DI,TI,DI")])(define_split  [(set (match_operand:DI 0 "push_operand" "")        (match_operand:DI 1 "general_operand" ""))]  "!TARGET_64BIT && reload_completed   && (! MMX_REG_P (operands[1]) && !SSE_REG_P (operands[1]))"  [(const_int 0)]  "ix86_split_long_move (operands); DONE;");; %%% This multiword shite has got to go.(define_split  [(set (match_operand:DI 0 "nonimmediate_operand" "")        (match_operand:DI 1 "general_operand" ""))]  "!TARGET_64BIT && reload_completed   && (!MMX_REG_P (operands[0]) && !SSE_REG_P (operands[0]))   && (!MMX_REG_P (operands[1]) && !SSE_REG_P (operands[1]))"  [(const_int 0)]  "ix86_split_long_move (operands); DONE;")(define_insn "*movdi_1_rex64"  [(set (match_operand:DI 0 "nonimmediate_operand" "=r,r,r,mr,!mr,!m*y,!*y,!*Y,!m,!*Y")	(match_operand:DI 1 "general_operand" "Z,rem,i,re,n,*y,m,*Y,*Y,*m"))]  "TARGET_64BIT   && (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"{  switch (get_attr_type (insn))    {    case TYPE_SSEMOV:      if (register_operand (operands[0], DImode)	  && register_operand (operands[1], DImode))	  return "movdqa\t{%1, %0|%0, %1}";      /* FALLTHRU */    case TYPE_MMXMOV:      return "movq\t{%1, %0|%0, %1}";    case TYPE_MULTI:      return "#";    case TYPE_LEA:      return "lea{q}\t{%a1, %0|%0, %a1}";    default:      if (flag_pic && !LEGITIMATE_PIC_OPERAND_P (operands[1]))	abort ();      if (get_attr_mode (insn) == MODE_SI)	return "mov{l}\t{%k1, %k0|%k0, %k1}";      else if (which_alternative == 2)	return "movabs{q}\t{%1, %0|%0, %1}";      else	return "mov{q}\t{%1, %0|%0, %1}";    }}  [(set (attr "type")     (cond [(eq_attr "alternative" "5,6")	      (const_string "mmxmov")	    (eq_attr "alternative" "7,8,9")	      (const_string "ssemov")	    (eq_attr "alternative" "4")	      (const_string "multi") 	    (and (ne (symbol_ref "flag_pic") (const_int 0))		 (match_operand:DI 1 "symbolic_operand" ""))	      (const_string "lea")	   ]	   (const_string "imov")))   (set_attr "modrm" "*,0,0,*,*,*,*,*,*,*")   (set_attr "length_immediate" "*,4,8,*,*,*,*,*,*,*")   (set_attr "mode" "SI,DI,DI,DI,SI,DI,DI,DI,TI,DI")]);; Stores and loads of ax to arbitary constant address.;; We fake an second form of instruction to force reload to load address;; into register when rax is not available(define_insn "*movabsdi_1_rex64"  [(set (mem:DI (match_operand:DI 0 "x86_64_movabs_operand" "i,r"))	(match_operand:DI 1 "nonmemory_operand" "a,er"))]  "TARGET_64BIT && ix86_check_movabs (insn, 0)"  "@   movabs{q}\t{%1, %P0|%P0, %1}   mov{q}\t{%1, %a0|%a0, %1}"  [(set_attr "type" "imov")   (set_attr "modrm" "0,*")   (set_attr "length_address" "8,0")   (set_attr "length_immediate" "0,*")   (set_attr "memory" "store")   (set_attr "mode" "DI")])(define_insn "*movabsdi_2_rex64"  [(set (match_operand:DI 0 "register_operand" "=a,r")        (mem:DI (match_operand:DI 1 "x86_64_movabs_operand" "i,r")))]  "TARGET_64BIT && ix86_check_movabs (insn, 1)"  "@   movabs{q}\t{%P1, %0|%0, %P1}   mov{q}\t{%a1, %0|%0, %a1}"  [(set_attr "type" "imov")   (set_attr "modrm" "0,*")   (set_attr "length_address" "8,0")   (set_attr "length_immediate" "0")   (set_attr "memory" "load")   (set_attr "mode" "DI")]);; Convert impossible stores of immediate to existing instructions.;; First try to get scratch register and go through it.  In case this;; fails, move by 32bit parts.(define_peephole2  [(match_scratch:DI 2 "r")   (set (match_operand:DI 0 "memory_operand" "")        (match_operand:DI 1 "immediate_operand" ""))]  "TARGET_64BIT && !symbolic_operand (operands[1], DImode)   && !x86_64_immediate_operand (operands[1], DImode)"  [(set (match_dup 2) (match_dup 1))   (set (match_dup 0) (match_dup 2))]  "");; We need to define this as both peepholer and splitter for case;; peephole2 pass is not run.(define_peephole2  [(set (match_operand:DI 0 "memory_operand" "")        (match_operand:DI 1 "immediate_operand" ""))]  "TARGET_64BIT && !symbolic_operand (operands[1], DImode)   && !x86_64_immediate_operand (operands[1], DImode) && 1"  [(set (match_dup 2) (match_dup 3))   (set (match_dup 4) (match_dup 5))]  "split_di (operands, 2, operands + 2, operands + 4);")(define_split  [(set (match_operand:DI 0 "memory_operand" "")        (match_operand:DI 1 "immediate_operand" ""))]  "TARGET_64BIT && (flow2_completed || (reload_completed && !flag_peephole2))   && !symbolic_operand (operands[1], DImode)   && !x86_64_immediate_operand (operands[1], DImode)"  [(set (match_dup 2) (match_dup 3))   (set (match_dup 4) (match_dup 5))]  "split_di (operands, 2, operands + 2, operands + 4);")(define_insn "*swapdi_rex64"  [(set (match_operand:DI 0 "register_operand" "+r")	(match_operand:DI 1 "register_operand" "+r"))   (set (match_dup 1)	(match_dup 0))]  "TARGET_64BIT"  "xchg{q}\t%1, %0"  [(set_attr "type" "imov")   (set_attr "pent_pair" "np")   (set_attr "athlon_decode" "vector")   (set_attr "mode" "DI")   (set_attr "modrm" "0")   (set_attr "ppro_uops" "few")])  (define_expand "movsf"  [(set (match_operand:SF 0 "nonimmediate_operand" "")	(match_operand:SF 1 "general_operand" ""))]  ""  "ix86_expand_move (SFmode, operands); DONE;")(define_insn "*pushsf"  [(set (match_operand:SF 0 "push_operand" "=<,<,<")	(match_operand:SF 1 "general_no_elim_operand" "f#rx,rFm#fx,x#rf"))]  "!TARGET_64BIT"{  switch (which_alternative)    {    case 0:      /* %%% We loose REG_DEAD notes for controling pops if we split late.  */      operands[0] = gen_rtx_MEM (SFmode, stack_pointer_rtx);      operands[2] = stack_pointer_rtx;      operands[3] = GEN_INT (4);      if (find_regno_note (insn, REG_DEAD, REGNO (operands[1])))	return "sub{l}\t{%3, %2|%2, %3}\;fstp%z0\t%y0";      else	return "sub{l}\t{%3, %2|%2, %3}\;fst%z0\t%y0";    case 1:      return "push{l}\t%1";    case 2:      return "#";    default:      abort ();    }}  [(set_attr "type" "multi,push,multi")   (set_attr "mode" "SF,SI,SF")])(define_insn "*pushsf_rex64"  [(set (match_operand:SF 0 "push_operand" "=X,X,X")	(match_operand:SF 1 "nonmemory_no_elim_operand" "f#rx,rF#fx,x#rf"))]  "TARGET_64BIT"{  switch (which_alternative)    {    case 0:      /* %%% We loose REG_DEAD notes for controling pops if we split late.  */      operands[0] = gen_rtx_MEM (SFmode, stack_pointer_rtx);      operands[2] = stack_pointer_rtx;      operands[3] = GEN_INT (8);      if (find_regno_note (insn, REG_DEAD, REGNO (operands[1])))	return "sub{q}\t{%3, %2|%2, %3}\;fstp%z0\t%y0";      else	return "sub{q}\t{%3, %2|%2, %3}\;fst%z0\t%y0";    case 1:      return "push{q}\t%q1";    case 2:      return "#";    default:      abort ();    }}  [(set_attr "type" "multi,push,multi")   (set_attr "mode" "SF,DI,SF")])(define_split  [(set (match_operand:SF 0 "push_operand" "")	(match_operand:SF 1 "memory_operand" ""))]  "reload_completed   && GET_CODE (operands[1]) == MEM   && GET_CODE (XEXP (operands[1], 0)) == SYMBOL_REF   && CONSTANT_POOL_ADDRESS_P

⌨️ 快捷键说明

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