Home
last modified time | relevance | path

Searched refs:V850_NOT_SA (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dv850.h221 #define V850_NOT_SA 0x80000 macro
DChangeLog1069 V850_NOT_IMM0, V850_NOT_SA, V850_OPERAND_BANG and
/toolchain/binutils/binutils-2.25/opcodes/
Dv850-dis.c294 if ((operand->flags & V850_NOT_SA) && value == 0xd) in disassemble()
Dv850-opc.c1069 { 4, 17, NULL, NULL, V850_OPERAND_CC|V850_NOT_SA, BFD_RELOC_NONE },
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-v850.c2802 if ((operand->flags & V850_NOT_SA) in md_assemble()