Home
last modified time | relevance | path

Searched refs:V850_INVERSE_PCREL (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dv850.h240 #define V850_INVERSE_PCREL 0x1000000 macro
DChangeLog-0415821 * v850.h (V850_INVERSE_PCREL): Define.
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dv850.h240 #define V850_INVERSE_PCREL 0x1000000 macro
DChangeLog-0415821 * v850.h (V850_INVERSE_PCREL): Define.
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dv850-dis.c49 if (flags & V850_INVERSE_PCREL) in print_value()
DChangeLog-20131075 * v850-dis.c (print_value): With V850_INVERSE_PCREL compute the
1081 (D16_LOOP): Add V850_INVERSE_PCREL flag.
Dv850-opc.c1205 …ct_u16_loop, V850_OPERAND_RELAX | V850_OPERAND_DISP | V850_PCREL | V850_INVERSE_PCREL, BFD_RELOC_V…
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dv850-dis.c49 if (flags & V850_INVERSE_PCREL) in print_value()
DChangeLog-20131075 * v850-dis.c (print_value): With V850_INVERSE_PCREL compute the
1081 (D16_LOOP): Add V850_INVERSE_PCREL flag.
Dv850-opc.c1205 …ct_u16_loop, V850_OPERAND_RELAX | V850_OPERAND_DISP | V850_PCREL | V850_INVERSE_PCREL, BFD_RELOC_V…
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-v850.c3472 if (operand->flags & V850_INVERSE_PCREL) in md_apply_fix()