Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dv850.h225 #define V850_NOT_SA 0x80000 macro
DChangeLog-04151516 V850_NOT_IMM0, V850_NOT_SA, V850_OPERAND_BANG and
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dv850.h225 #define V850_NOT_SA 0x80000 macro
DChangeLog-04151516 V850_NOT_IMM0, V850_NOT_SA, V850_OPERAND_BANG and
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dv850-dis.c351 if ((operand->flags & V850_NOT_SA) && value == 0xd) in disassemble()
Dv850-opc.c1059 { 4, 17, NULL, NULL, V850_OPERAND_CC|V850_NOT_SA, BFD_RELOC_NONE },
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dv850-dis.c351 if ((operand->flags & V850_NOT_SA) && value == 0xd) in disassemble()
Dv850-opc.c1059 { 4, 17, NULL, NULL, V850_OPERAND_CC|V850_NOT_SA, BFD_RELOC_NONE },
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-v850.c2807 if ((operand->flags & V850_NOT_SA) in md_assemble()