Home | History | Annotate | Download | only in PowerPC

Lines Matching full:i64

18 def s16imm64 : Operand<i64> {
21 def u16imm64 : Operand<i64> {
24 def symbolHi64 : Operand<i64> {
28 def symbolLo64 : Operand<i64> {
81 "bla $func", BrB, [(PPCcall_Darwin (i64 imm:$func))]>;
107 "bla $func", BrB, [(PPCcall_SVR4 (i64 imm:$func))]>;
119 def : Pat<(PPCcall_Darwin (i64 tglobaladdr:$dst)),
121 def : Pat<(PPCcall_Darwin (i64 texternalsym:$dst)),
124 def : Pat<(PPCcall_SVR4 (i64 tglobaladdr:$dst)),
126 def : Pat<(PPCcall_SVR4 (i64 texternalsym:$dst)),
184 [(PPCtc_return (i64 imm:$func), imm:$offset)]>;
217 def : Pat<(PPCtc_return (i64 tglobaladdr:$dst), imm:$imm),
220 def : Pat<(PPCtc_return (i64 texternalsym:$dst), imm:$imm),
682 def : Pat<(i64 (zext GPRC:$in)),
684 def : Pat<(i64 (anyext GPRC:$in)),
689 // Extending loads with i64 targets.