Lines Matching refs:tempreg
9708 unsigned int tempreg; in macro() local
10396 tempreg = AT; in macro()
10400 tempreg = op[0]; in macro()
10410 load_register (tempreg, &offset_expr, HAVE_64BIT_ADDRESSES); in macro()
10447 tempreg, mips_gp_register, BFD_RELOC_GPREL16); in macro()
10454 tempreg, BFD_RELOC_MIPS_HIGHEST); in macro()
10458 tempreg, tempreg, BFD_RELOC_MIPS_HIGHER); in macro()
10461 macro_build (NULL, "dsll32", SHFT_FMT, tempreg, tempreg, 0); in macro()
10462 macro_build (NULL, "daddu", "d,v,t", tempreg, tempreg, AT); in macro()
10468 tempreg, BFD_RELOC_MIPS_HIGHEST); in macro()
10470 tempreg, tempreg, BFD_RELOC_MIPS_HIGHER); in macro()
10471 macro_build (NULL, "dsll", SHFT_FMT, tempreg, tempreg, 16); in macro()
10473 tempreg, tempreg, BFD_RELOC_HI16_S); in macro()
10474 macro_build (NULL, "dsll", SHFT_FMT, tempreg, tempreg, 16); in macro()
10476 tempreg, tempreg, BFD_RELOC_LO16); in macro()
10489 tempreg, mips_gp_register, BFD_RELOC_GPREL16); in macro()
10494 macro_build_lui (&offset_expr, tempreg); in macro()
10496 tempreg, tempreg, BFD_RELOC_LO16); in macro()
10539 && (call || tempreg == PIC_CALL_REG)) in macro()
10543 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
10554 tempreg, BFD_RELOC_MIPS_GOT16, mips_gp_register); in macro()
10557 tempreg, tempreg, BFD_RELOC_LO16); in macro()
10566 load_got_offset (tempreg, &offset_expr); in macro()
10568 add_got_offset (tempreg, &offset_expr); in macro()
10575 load_got_offset (tempreg, &offset_expr); in macro()
10590 tempreg = op[0]; in macro()
10592 add_got_offset_hilo (tempreg, &offset_expr, AT); in macro()
10629 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
10636 tempreg, tempreg, BFD_RELOC_LO16); in macro()
10650 dreg = tempreg; in macro()
10653 gas_assert (tempreg == AT); in macro()
10672 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
10677 op[0], tempreg, breg); in macro()
10679 tempreg = op[0]; in macro()
10683 else if (breg == 0 && (call || tempreg == PIC_CALL_REG)) in macro()
10686 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
10689 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
10695 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
10752 && (call || tempreg == PIC_CALL_REG)) in macro()
10757 macro_build (&offset_expr, "lui", LUI_FMT, tempreg, lui_reloc_type); in macro()
10759 tempreg, tempreg, mips_gp_register); in macro()
10761 tempreg, lw_reloc_type, tempreg); in macro()
10777 tempreg, tempreg, BFD_RELOC_LO16); in macro()
10791 dreg = tempreg; in macro()
10794 gas_assert (tempreg == AT); in macro()
10816 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
10823 tempreg, tempreg, BFD_RELOC_LO16); in macro()
10836 gas_assert (tempreg == AT); in macro()
10840 tempreg = op[0]; in macro()
10850 tempreg, tempreg, AT); in macro()
10898 && (call || tempreg == PIC_CALL_REG)) in macro()
10903 macro_build (&offset_expr, "lui", LUI_FMT, tempreg, lui_reloc_type); in macro()
10905 tempreg, tempreg, mips_gp_register); in macro()
10907 tempreg, lw_reloc_type, tempreg); in macro()
10915 tempreg, tempreg, BFD_RELOC_LO16); in macro()
10929 dreg = tempreg; in macro()
10932 gas_assert (tempreg == AT); in macro()
10949 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
10951 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j", tempreg, in macro()
10952 tempreg, BFD_RELOC_MIPS_GOT_OFST); in macro()
10956 op[0], tempreg, breg); in macro()
10958 tempreg = op[0]; in macro()
10966 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", op[0], tempreg, breg); in macro()
11462 tempreg = op[0] + lp; in macro()
11621 tempreg = AT; in macro()
11642 if (tempreg == AT) in macro()
11645 tempreg, breg, -1, offset_reloc[0], in macro()
11648 macro_build (NULL, s, fmt, op[0], tempreg); in macro()
11650 macro_build (NULL, s, fmt, op[0], 0, tempreg); in macro()
11655 if (tempreg == AT) in macro()
11682 load_register (tempreg, &expr1, HAVE_64BIT_ADDRESSES); in macro()
11685 tempreg, tempreg, breg); in macro()
11690 "t,r,j", tempreg, tempreg, BFD_RELOC_LO16); in macro()
11691 macro_build (NULL, s, fmt, op[0], tempreg); in macro()
11694 macro_build (&offset_expr, s, fmt, op[0], BFD_RELOC_LO16, tempreg); in macro()
11697 (int) offset_expr.X_add_number, tempreg); in macro()
11704 load_address (tempreg, &offset_expr, &used_at); in macro()
11707 tempreg, tempreg, breg); in macro()
11709 macro_build (NULL, s, fmt, op[0], tempreg); in macro()
11711 macro_build (NULL, s, fmt, op[0], 0, tempreg); in macro()
11784 tempreg, breg, mips_gp_register); in macro()
11786 BFD_RELOC_GPREL16, tempreg); in macro()
11793 macro_build (&offset_expr, "lui", LUI_FMT, tempreg, in macro()
11797 macro_build (&offset_expr, "daddiu", "t,r,j", tempreg, in macro()
11798 tempreg, BFD_RELOC_MIPS_HIGHER); in macro()
11801 macro_build (NULL, "dsll32", SHFT_FMT, tempreg, tempreg, 0); in macro()
11802 macro_build (NULL, "daddu", "d,v,t", tempreg, tempreg, AT); in macro()
11804 tempreg); in macro()
11809 macro_build (&offset_expr, "lui", LUI_FMT, tempreg, in macro()
11811 macro_build (&offset_expr, "daddiu", "t,r,j", tempreg, in macro()
11812 tempreg, BFD_RELOC_MIPS_HIGHER); in macro()
11813 macro_build (NULL, "dsll", SHFT_FMT, tempreg, tempreg, 16); in macro()
11814 macro_build (&offset_expr, "daddiu", "t,r,j", tempreg, in macro()
11815 tempreg, BFD_RELOC_HI16_S); in macro()
11816 macro_build (NULL, "dsll", SHFT_FMT, tempreg, tempreg, 16); in macro()
11819 tempreg, tempreg, breg); in macro()
11821 BFD_RELOC_LO16, tempreg); in macro()
11839 macro_build_lui (&offset_expr, tempreg); in macro()
11841 BFD_RELOC_LO16, tempreg); in macro()
11852 tempreg, breg, mips_gp_register); in macro()
11854 BFD_RELOC_GPREL16, tempreg); in macro()
11857 macro_build_lui (&offset_expr, tempreg); in macro()
11859 tempreg, tempreg, breg); in macro()
11861 BFD_RELOC_LO16, tempreg); in macro()
11893 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
11897 tempreg, tempreg, breg); in macro()
11899 BFD_RELOC_MIPS_GOT_OFST, tempreg); in macro()
11907 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
11912 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j", tempreg, in macro()
11913 tempreg, BFD_RELOC_LO16); in macro()
11917 tempreg, tempreg, breg); in macro()
11918 macro_build (&expr1, s, fmt, op[0], BFD_RELOC_LO16, tempreg); in macro()
11948 macro_build (&offset_expr, "lui", LUI_FMT, tempreg, in macro()
11950 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", tempreg, tempreg, in macro()
11952 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
11953 BFD_RELOC_MIPS_GOT_LO16, tempreg); in macro()
11957 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
11960 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j", tempreg, in macro()
11961 tempreg, BFD_RELOC_LO16); in macro()
11966 tempreg, tempreg, breg); in macro()
11967 macro_build (&expr1, s, fmt, op[0], BFD_RELOC_LO16, tempreg); in macro()
11986 macro_build (&offset_expr, "lui", LUI_FMT, tempreg, in macro()
11988 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", tempreg, tempreg, in macro()
11990 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
11991 BFD_RELOC_MIPS_GOT_LO16, tempreg); in macro()
11994 tempreg, tempreg, breg); in macro()
11995 macro_build (&expr1, s, fmt, op[0], BFD_RELOC_LO16, tempreg); in macro()
11999 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg, in macro()
12003 tempreg, tempreg, breg); in macro()
12005 BFD_RELOC_MIPS_GOT_OFST, tempreg); in macro()
12356 tempreg = mips_gp_register; in macro()
12362 tempreg = AT; in macro()
12368 BFD_RELOC_GPREL16, tempreg); in macro()
12377 BFD_RELOC_GPREL16, tempreg); in macro()
12695 tempreg = AT; in macro()
12699 tempreg = op[0]; in macro()
12700 macro_build (NULL, "dnegu", "d,w", tempreg, op[2]); in macro()
12701 macro_build (NULL, "drorv", "d,t,s", op[0], op[1], tempreg); in macro()
12716 tempreg = AT; in macro()
12720 tempreg = op[0]; in macro()
12721 macro_build (NULL, "negu", "d,w", tempreg, op[2]); in macro()
12722 macro_build (NULL, "rorv", "d,t,s", op[0], op[1], tempreg); in macro()
13220 tempreg = AT; in macro()
13222 macro_build (ep, ADDRESS_ADDI_INSN, "t,r,j", tempreg, breg, -1, in macro()
13226 load_address (tempreg, ep, &used_at); in macro()
13229 tempreg, tempreg, breg); in macro()
13234 breg = tempreg; in macro()
13235 tempreg = op[0]; in macro()
13241 tempreg = AT; in macro()
13244 tempreg = op[0]; in macro()
13252 macro_build (NULL, s, "t,~(b)", tempreg, (int) ep->X_add_number, breg); in macro()
13254 macro_build (ep, s, "t,o(b)", tempreg, -1, in macro()
13263 tempreg, (int) ep->X_add_number, breg); in macro()
13265 macro_build (ep, s2, "t,o(b)", tempreg, -1, in macro()
13269 if (!ust && op[0] != tempreg) in macro()
13273 move_register (op[0], tempreg); in macro()
13281 tempreg = ust || large_offset ? op[0] : AT; in macro()
13282 macro_build (ep, s, "t,o(b)", tempreg, -1, in macro()
13289 tempreg = ust == large_offset ? op[0] : AT; in macro()
13291 macro_build (NULL, "srl", SHFT_FMT, tempreg, op[0], 8); in macro()
13297 macro_build (ep, s2, "t,o(b)", tempreg, -1, in macro()
13313 tempreg = !large_offset ? AT : op[0]; in macro()
13314 macro_build (NULL, "sll", SHFT_FMT, tempreg, tempreg, 8); in macro()