Home
last modified time | relevance | path

Searched refs:float_argreg (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dmips-tdep.c2733 int float_argreg; in mips_eabi_push_dummy_call() local
2823 if ((float_argreg & 1)) in mips_eabi_push_dummy_call()
2824 float_argreg++; in mips_eabi_push_dummy_call()
3050 int float_argreg; in mips_n32n64_push_dummy_call() local
3126 float_argreg, phex (regval, len)); in mips_n32n64_push_dummy_call()
3388 int float_argreg; in mips_o32_push_dummy_call() local
3462 if ((float_argreg & 1)) in mips_o32_push_dummy_call()
3463 float_argreg++; in mips_o32_push_dummy_call()
3840 int float_argreg; in mips_o64_push_dummy_call() local
3914 if ((float_argreg & 1)) in mips_o64_push_dummy_call()
[all …]