Home
last modified time | relevance | path

Searched refs:INSN_CLASS_TBL2 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgpopcode.c290 …{ "tlrd" , PIC16_MASK_TLRD , PIC16_INSN_TLRD , ICODE_TLRD , INSN_CLASS_TBL2 , INV_MASK…
291 …{ "tlwt" , PIC16_MASK_TLWT , PIC16_INSN_TLWT , ICODE_TLWT , INSN_CLASS_TBL2 , INV_MASK…
H A Dgpopcode.h73 INSN_CLASS_TBL2, /* a table read or write instruction. enumerator
H A Dgpdis.c1658 case INSN_CLASS_TBL2: in gp_disassemble_find_registers()
2862 case INSN_CLASS_TBL2: in gp_disassemble()
/dports/devel/gputils/gputils-1.5.0/gpasm/
H A Ddirective.c7637 case INSN_CLASS_TBL2: { in do_insn()