Home
last modified time | relevance | path

Searched refs:PC_MASK (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-dis.c27 #define PC_MASK 0x0303FFFF macro
124 (*info->print_address_func) (num & PC_MASK, info); in print_operand()
128 (*info->print_address_func) ((memaddr - num) & PC_MASK, info); in print_operand()
130 (*info->print_address_func) ((memaddr + num) & PC_MASK, info); in print_operand()
H A Dd30v-dis.c25 #define PC_MASK 0xFFFFFFFF macro
281 (*info->print_address_func) ((memaddr - val) & PC_MASK, info); in print_insn()
287 (*info->print_address_func) ((memaddr + val) & PC_MASK, info); in print_insn()
H A DChangeLog-98991640 * d10v-dis.c (PC_MASK): Correct value.
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dd10v-dis.c26 #define PC_MASK 0x0303FFFF macro
166 (*info->print_address_func) (num & PC_MASK, info);
170 (*info->print_address_func) ((memaddr - num) & PC_MASK, info);
172 (*info->print_address_func) ((memaddr + num) & PC_MASK, info);
H A Dd30v-dis.c24 #define PC_MASK 0xFFFFFFFF macro
341 (*info->print_address_func) ((memaddr - val) & PC_MASK, info);
347 (*info->print_address_func) ((memaddr + val) & PC_MASK, info);
H A DChangeLog-98991640 * d10v-dis.c (PC_MASK): Correct value.