Home | History | Annotate | Download | only in rs6000

Lines Matching defs:gpr

925      of the GPR, and the other half is empty (typically due to
1005 us, because they are smaller than an 8-byte GPR, and so
1501 /* Optimize the simple case where the arg fits in one gpr, except in
1843 passed in the first "half" of the first GPR was already
1956 the GPR code below to compute the appropriate value. */
2429 f_gpr = build_decl (BUILTINS_LOCATION, FIELD_DECL, get_identifier ("gpr"),
2474 tree gpr, fpr, ovf, sav, t;
2490 gpr = build3 (COMPONENT_REF, TREE_TYPE (f_gpr), valist, f_gpr, NULL_TREE);
2512 t = build2 (MODIFY_EXPR, TREE_TYPE (gpr), gpr,
2563 tree gpr, fpr, ovf, sav, reg, t, u;
2657 gpr = build3 (COMPONENT_REF, TREE_TYPE (f_gpr), valist, f_gpr, NULL_TREE);
2684 reg = gpr;
2705 /* Long long is aligned in the registers. As are any other 2 gpr
2708 if (n_reg == 2 && reg == gpr)