Home | History | Annotate | Download | only in config

Lines Matching full:treg

98 #define TREG 24
8853 offset off of a base register (breg) into/from a target register (treg),
8857 int treg, int breg, int dbl)
8872 treg, BFD_RELOC_LO16, breg);
8879 <op> $treg,const_lo($tempreg) (BFD_RELOC_LO16)
8883 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT);
9568 EP, FMT, SREG and TREG specify the usual macro_build() parameters.
9598 unsigned int sreg, unsigned int treg)
9608 macro_build (&expr1, brneg, fmt, sreg, treg);
9617 macro_build (ep, br, fmt, sreg, treg);
9719 TREG as the registers tested. EP specifies the branch target. */
9723 unsigned int sreg, unsigned int treg)
9753 macro_build_branch_likely (br, brneg, call, ep, "s,t,p", sreg, treg);
9755 macro_build (ep, br, "s,t,p", sreg, treg);
13401 case by clobbering TREG and then restoring it as with ULH. */