Searched refs:MIPS16_INSERT_OPERAND (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-mips.c | 961 #define MIPS16_INSERT_OPERAND(FIELD, INSN, VALUE) \ macro 3626 MIPS16_INSERT_OPERAND (RY, insn, va_arg (args, int)); in mips16_macro_build() 3631 MIPS16_INSERT_OPERAND (RX, insn, va_arg (args, int)); in mips16_macro_build() 3635 MIPS16_INSERT_OPERAND (RZ, insn, va_arg (args, int)); in mips16_macro_build() 3639 MIPS16_INSERT_OPERAND (MOVE32Z, insn, va_arg (args, int)); in mips16_macro_build() 3649 MIPS16_INSERT_OPERAND (REGR32, insn, va_arg (args, int)); in mips16_macro_build() 3658 MIPS16_INSERT_OPERAND (REG32R, insn, regno); in mips16_macro_build() 3695 MIPS16_INSERT_OPERAND (IMM6, insn, va_arg (args, int)); in mips16_macro_build() 10204 MIPS16_INSERT_OPERAND (RX, *ip, lastregno); in mips16_ip() 10207 MIPS16_INSERT_OPERAND (RY, *ip, lastregno); in mips16_ip() [all …]
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-2006 | 1318 (mips16_macro_build): Use MIPS16_INSERT_OPERAND where appropriate. 1323 (mips16_ip): Use MIPS16_INSERT_OPERAND where appropriate.
|