/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-z8k.c | 630 get_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_operand() function 772 get_operand (&ptr, operand + 0, 0); in get_operands() 801 get_operand (&ptr, operand + 0, 0); in get_operands() 814 get_operand (&ptr, operand + 0, 0); in get_operands() 820 get_operand (&ptr, operand + 1, 1); in get_operands() 824 get_operand (&ptr, operand + 0, 0); in get_operands() 827 get_operand (&ptr, operand + 1, 1); in get_operands() 830 get_operand (&ptr, operand + 2, 2); in get_operands() 834 get_operand (&ptr, operand + 0, 0); in get_operands() 837 get_operand (&ptr, operand + 1, 1); in get_operands() [all …]
|
D | tc-h8300.c | 360 static void get_operand (char **, struct h8_op *, int); 608 get_operand (char **ptr, struct h8_op *op, int direction) in get_operand() function 909 get_operand (&ptr, operand + 0, SRC); in get_operands() 913 get_operand (&ptr, operand + 1, DST); in get_operands() 919 get_operand (&ptr, operand + 0, SRC); in get_operands() 922 get_operand (&ptr, operand + 1, DST); in get_operands() 927 get_operand (&ptr, operand + 0, SRC); in get_operands() 930 get_operand (&ptr, operand + 1, DST); in get_operands() 933 get_operand (&ptr, operand + 2, OP3); in get_operands() 959 get_operand (&ptr, operand + 1, DST); in get_mova_operands() [all …]
|
D | tc-sh.c | 1583 get_operand (char **ptr, sh_operand_info *op) in get_operand() function 1630 get_operand (&ptr, operand + 0); in get_operands() 1637 get_operand (&ptr, operand + 1); in get_operands() 1650 get_operand (&ptr, operand + 2); in get_operands()
|
D | tc-m68hc11.c | 199 static int get_operand (operand *, int, long); 1145 get_operand (operand *oper, int which, long opmode) in get_operand() function 2762 result = get_operand (&operands[i], i, opc->format); in find_opcode()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | xtensa-isa.c | 874 get_operand (xtensa_isa_internal *intisa, xtensa_opcode opc, int opnd) in get_operand() function 894 intop = get_operand (intisa, opc, opnd); in xtensa_operand_name() 958 intop = get_operand (intisa, opc, opnd); in xtensa_operand_get_field() 995 intop = get_operand (intisa, opc, opnd); in xtensa_operand_set_field() 1030 intop = get_operand (intisa, opc, opnd); in xtensa_operand_encode() 1103 intop = get_operand (intisa, opc, opnd); in xtensa_operand_decode() 1126 intop = get_operand (intisa, opc, opnd); in xtensa_operand_is_register() 1141 intop = get_operand (intisa, opc, opnd); in xtensa_operand_regfile() 1154 intop = get_operand (intisa, opc, opnd); in xtensa_operand_num_regs() 1167 intop = get_operand (intisa, opc, opnd); in xtensa_operand_is_known_reg() [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-0203 | 338 * config/tc-h8300.c (get_operand): Allow er4-er7 for ldm/stm 349 (get_operand): Check register pair's validity as per technical 680 (get_operand): Accept both 16 bit 32 bit registers as pointer 1443 (get_operand): Likewise. Use the standard code to read the size of 1446 in colonmod24 and get_operand. Don't apply dd:2 optimizations to 1557 (get_operand): For CLASS_IR remember register size in mode struct. 2424 (get_operand): New modifier %page and %addr to obtain page and 3198 (get_operand): Prototype. 3363 (get_operand, get_operands, get_specific, newfix): Likewise. 4846 (get_operand): Don't skip a possible comma in operands. [all …]
|
D | ChangeLog-2004 | 2322 * config/tc-sh.c (get_operand): Revert previous delta. 2333 * config/tc-sh.c (get_operand): In case of #Imm, check has been
|
D | ChangeLog | 717 (get_operand): Adjust. 3617 * config/tc-h8300.c (get_operand): Remove spurious condition in
|
D | ChangeLog-0001 | 1046 (skip_colonthing, get_operand): Use ISDIGIT instead of isdigit. 1256 (sh_elf_suffix, parse_reg, dot, parse_exp, parse_at, get_operand, 4102 (get_operand): Fix analysis for movw/movb instructions.
|
D | ChangeLog-9899 | 3326 * config/tc-h8300.c (get_operand): Fix typos in ldm/stm support.
|
D | ChangeLog-9295 | 3872 (get_operand): Declare type of parameter direction. Remove unused 7887 * config/tc-z8k.c (get_operand): Delete bogus check. 11301 (get_operand): Parse @sp+ correctly.
|
D | ChangeLog-9697 | 4750 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | ChangeLog-9103 | 1487 (get_operand,put_operand): Replaced with get_{int,vma}_operand,
|