Home | History | Annotate | Download | only in Mips

Lines Matching refs:A0

52   Mips::A0, Mips::A1, Mips::A2, Mips::A3
401 setExceptionPointerRegister(IsN64 ? Mips::A0_64 : Mips::A0);
2144 // i32 - Passed in A0, A1, A2, A3 and stack
2152 // For vararg functions, all arguments are passed in A0, A1, A2, A3 and stack.
2162 Mips::A0, Mips::A1, Mips::A2, Mips::A3
2188 // f32 and f64 are allocated in A0, A1, A2, A3 when either of the following
2199 // the allocated register must be either A0 or A2.
2248 assert((Reg == Mips::A0) || (Reg == Mips::A2));
2249 return (Reg == Mips::A0) ? Mips::A1 : Mips::A3;