Home | History | Annotate | Download | only in Mips

Lines Matching refs:A1

276   setExceptionSelectorRegister(IsN64 ? Mips::A1_64 : Mips::A1);
1970 // i32 - Passed in A0, A1, A2, A3 and stack
1972 // an argument. Otherwise, passed in A1, A2, A3 and stack.
1974 // yet to hold an argument. Otherwise, use A2, A3 and stack. If A1 is
1978 // For vararg functions, all arguments are passed in A0, A1, A2, A3 and stack.
1988 Mips::A0, Mips::A1, Mips::A2, Mips::A3
2021 // f32 and f64 are allocated in A0, A1, A2, A3 when either of the following
2033 if (isI64 && (Reg == Mips::A1 || Reg == Mips::A3))
2038 // available register is Mips::A1 or Mips::A3, shadow it too.
2040 if (Reg == Mips::A1 || Reg == Mips::A3)
2054 if (Reg2 == Mips::A1 || Reg2 == Mips::A3)
2143 Mips::A0, Mips::A1, Mips::A2, Mips::A3
2149 return (Reg == Mips::A0) ? Mips::A1 : Mips::A3;