Searched refs:INSN_CLASS_OPF7 (Results 1 – 4 of 4) sorted by relevance
/dports/devel/gputils/gputils-1.5.0/libgputils/ |
H A D | gpopcode.c | 141 …{ "clrf" , PIC14_MASK_CLRF , PIC14_INSN_CLRF , ICODE_CLRF , INSN_CLASS_OPF7 , INV_MASK… 155 …{ "movwf" , PIC14_MASK_MOVWF , PIC14_INSN_MOVWF , ICODE_MOVWF , INSN_CLASS_OPF7 , INV_MASK… 167 …{ "tris" , PIC14_MASK_TRIS , PIC14_INSN_TRIS , ICODE_TRIS , INSN_CLASS_OPF7 , INV_MASK…
|
H A D | gpopcode.h | 49 INSN_CLASS_OPF7, /* bits 6:0 contain a register address */ enumerator
|
H A D | gpdis.c | 576 case INSN_CLASS_OPF7: in gp_disassemble_find_labels() 1451 case INSN_CLASS_OPF7: in gp_disassemble_find_registers() 2619 case INSN_CLASS_OPF7: in gp_disassemble()
|
/dports/devel/gputils/gputils-1.5.0/gpasm/ |
H A D | directive.c | 6974 case INSN_CLASS_OPF7: { in do_insn()
|