Lines Matching refs:argreg
2375 int argreg; in mips_eabi_push_dummy_call() local
2414 argreg = MIPS_A0_REGNUM; in mips_eabi_push_dummy_call()
2423 argreg, paddr_nz (struct_addr)); in mips_eabi_push_dummy_call()
2424 write_register (argreg++, struct_addr); in mips_eabi_push_dummy_call()
2546 if (argreg > MIPS_LAST_ARG_REGNUM in mips_eabi_push_dummy_call()
2598 if (argreg <= MIPS_LAST_ARG_REGNUM in mips_eabi_push_dummy_call()
2606 argreg, in mips_eabi_push_dummy_call()
2609 write_register (argreg, regval); in mips_eabi_push_dummy_call()
2610 argreg++; in mips_eabi_push_dummy_call()
2660 int argreg; in mips_n32n64_push_dummy_call() local
2697 argreg = MIPS_A0_REGNUM; in mips_n32n64_push_dummy_call()
2706 argreg, paddr_nz (struct_addr)); in mips_n32n64_push_dummy_call()
2707 write_register (argreg++, struct_addr); in mips_n32n64_push_dummy_call()
2743 argreg, phex (regval, len)); in mips_n32n64_push_dummy_call()
2744 write_register (argreg, regval); in mips_n32n64_push_dummy_call()
2745 argreg += 1; in mips_n32n64_push_dummy_call()
2773 if (argreg > MIPS_LAST_ARG_REGNUM in mips_n32n64_push_dummy_call()
2820 if (argreg <= MIPS_LAST_ARG_REGNUM in mips_n32n64_push_dummy_call()
2858 argreg, in mips_n32n64_push_dummy_call()
2861 write_register (argreg, regval); in mips_n32n64_push_dummy_call()
2862 argreg++; in mips_n32n64_push_dummy_call()
2999 int argreg; in mips_o32_push_dummy_call() local
3036 argreg = MIPS_A0_REGNUM; in mips_o32_push_dummy_call()
3045 argreg, paddr_nz (struct_addr)); in mips_o32_push_dummy_call()
3046 write_register (argreg++, struct_addr); in mips_o32_push_dummy_call()
3106 argreg, phex (regval, 4)); in mips_o32_push_dummy_call()
3107 write_register (argreg++, regval); in mips_o32_push_dummy_call()
3118 argreg, phex (regval, 4)); in mips_o32_push_dummy_call()
3119 write_register (argreg++, regval); in mips_o32_push_dummy_call()
3138 argreg, phex (regval, len)); in mips_o32_push_dummy_call()
3139 write_register (argreg, regval); in mips_o32_push_dummy_call()
3140 argreg += (mips_abi_regsize (gdbarch) == 8) ? 1 : 2; in mips_o32_push_dummy_call()
3162 if ((argreg & 1)) in mips_o32_push_dummy_call()
3163 argreg++; in mips_o32_push_dummy_call()
3179 if (argreg > MIPS_LAST_ARG_REGNUM in mips_o32_push_dummy_call()
3226 if (argreg <= MIPS_LAST_ARG_REGNUM in mips_o32_push_dummy_call()
3268 argreg, in mips_o32_push_dummy_call()
3271 write_register (argreg, regval); in mips_o32_push_dummy_call()
3272 argreg++; in mips_o32_push_dummy_call()
3453 int argreg; in mips_o64_push_dummy_call() local
3490 argreg = MIPS_A0_REGNUM; in mips_o64_push_dummy_call()
3499 argreg, paddr_nz (struct_addr)); in mips_o64_push_dummy_call()
3500 write_register (argreg++, struct_addr); in mips_o64_push_dummy_call()
3560 argreg, phex (regval, 4)); in mips_o64_push_dummy_call()
3561 write_register (argreg++, regval); in mips_o64_push_dummy_call()
3572 argreg, phex (regval, 4)); in mips_o64_push_dummy_call()
3573 write_register (argreg++, regval); in mips_o64_push_dummy_call()
3592 argreg, phex (regval, len)); in mips_o64_push_dummy_call()
3593 write_register (argreg, regval); in mips_o64_push_dummy_call()
3594 argreg += (mips_abi_regsize (gdbarch) == 8) ? 1 : 2; in mips_o64_push_dummy_call()
3616 if ((argreg & 1)) in mips_o64_push_dummy_call()
3617 argreg++; in mips_o64_push_dummy_call()
3633 if (argreg > MIPS_LAST_ARG_REGNUM in mips_o64_push_dummy_call()
3680 if (argreg <= MIPS_LAST_ARG_REGNUM in mips_o64_push_dummy_call()
3722 argreg, in mips_o64_push_dummy_call()
3725 write_register (argreg, regval); in mips_o64_push_dummy_call()
3726 argreg++; in mips_o64_push_dummy_call()