Home
last modified time | relevance | path

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

/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgpdis.c455 value = opcode & PIC16E_BMSK_RBRA11; in gp_disassemble_find_labels()
458 value = -((value ^ PIC16E_BMSK_RBRA11) + 1); in gp_disassemble_find_labels()
2223 value = opcode & PIC16E_BMSK_RBRA11; in gp_disassemble()
2226 value = -((value ^ PIC16E_BMSK_RBRA11) + 1); in gp_disassemble()
H A Dgpopcode.h1094 #define PIC16E_BMSK_RBRA11 (PIC16E_MASK_BRA ^ PIC16_CORE_MASK) macro
H A Dgpprocessor.c2997 return (offset & PIC16E_BMSK_RBRA11); in _reloc_bra_pic16e()
/dports/devel/gputils/gputils-1.5.0/gpasm/
H A Dlst.c452 ASSERT((Current_value & PIC16E_BMSK_RBRA11) == 0); in _print_reloc()
H A Ddirective.c6466 _emit_check_relative(ins->opcode, offset, PIC16E_BMSK_RBRA11, 1023, sym_name); in do_insn()