Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dppc.h202 #define PPC_OP_SE_VLE(m) ((m) <= 0xffff) macro
DChangeLog619 (PPC_OP_SE_VLE): New macro.
/toolchain/binutils/binutils-2.25/opcodes/
Dppc-dis.c529 bfd_boolean table_op_is_short = PPC_OP_SE_VLE(table_mask); in lookup_vle()
606 insn_is_short = PPC_OP_SE_VLE(opcode->mask); in print_insn_powerpc()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c3386 if (PPC_OP_SE_VLE (insn)) in md_assemble()