Home
last modified time | relevance | path

Searched refs:S390_OPERAND_BASE (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Ds390-dis.c174 if ((flags & S390_OPERAND_BASE) && in s390_print_insn_with_opcode()
200 else if (flags & S390_OPERAND_BASE) in s390_print_insn_with_opcode()
Ds390-opc.c140 { 4, 16, S390_OPERAND_BASE | S390_OPERAND_GPR },
142 { 4, 32, S390_OPERAND_BASE | S390_OPERAND_GPR },
/toolchain/binutils/binutils-2.25/include/opcode/
Ds390.h132 #define S390_OPERAND_BASE 0x20 macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-s390.c1244 } while (!(operand->flags & S390_OPERAND_BASE)); in md_gather_operands()
1273 if ((operand->flags & S390_OPERAND_BASE) in md_gather_operands()
1399 if (!(operand->flags & (S390_OPERAND_INDEX|S390_OPERAND_BASE))) in md_gather_operands()
1403 while (!(operand->flags & S390_OPERAND_BASE)) in md_gather_operands()
1444 else if (operand->flags & S390_OPERAND_BASE) in md_gather_operands()
1476 if (!(operand->flags & S390_OPERAND_BASE)) in md_gather_operands()