Searched refs:float_argreg (Results 1 – 3 of 3) sorted by relevance
2376 int float_argreg; in mips_eabi_push_dummy_call() local2415 float_argreg = mips_fpa0_regnum (current_gdbarch); in mips_eabi_push_dummy_call()2468 if ((float_argreg & 1)) in mips_eabi_push_dummy_call()2469 float_argreg++; in mips_eabi_push_dummy_call()2485 && float_argreg <= MIPS_LAST_FP_ARG_REGNUM) in mips_eabi_push_dummy_call()2496 float_argreg, phex (regval, 4)); in mips_eabi_push_dummy_call()2497 write_register (float_argreg++, regval); in mips_eabi_push_dummy_call()2503 float_argreg, phex (regval, 4)); in mips_eabi_push_dummy_call()2504 write_register (float_argreg++, regval); in mips_eabi_push_dummy_call()2515 float_argreg, phex (regval, len)); in mips_eabi_push_dummy_call()[all …]
1470 int float_argreg; in sh64_push_arguments() local1505 float_argreg = FP0_REGNUM; in sh64_push_arguments()
3176 if float_argreg should be aligned.