Home
last modified time | relevance | path

Searched refs:get_operand (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-z8k.c630 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 …]
Dtc-h8300.c360 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 …]
Dtc-sh.c1583 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()
Dtc-m68hc11.c199 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/
Dxtensa-isa.c874 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/
DChangeLog-0203338 * 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 …]
DChangeLog-20042322 * config/tc-sh.c (get_operand): Revert previous delta.
2333 * config/tc-sh.c (get_operand): In case of #Imm, check has been
DChangeLog717 (get_operand): Adjust.
3617 * config/tc-h8300.c (get_operand): Remove spurious condition in
DChangeLog-00011046 (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.
DChangeLog-98993326 * config/tc-h8300.c (get_operand): Fix typos in ldm/stm support.
DChangeLog-92953872 (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.
DChangeLog-96974750 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
/toolchain/binutils/binutils-2.27/include/opcode/
DChangeLog-91031487 (get_operand,put_operand): Replaced with get_{int,vma}_operand,