Searched refs:StackOp (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic30.h | 229 #define StackOp 0x001F0000 macro 230 #define Rotate StackOp 489 { "pop" ,1,0x0E200000,StackOp, { AllReg, 0, 0 }, Imm_None }, 490 { "popf" ,1,0x0EA00000,StackOp, { Rn, 0, 0 }, Imm_None }, 491 { "push" ,1,0x0F200000,StackOp, { AllReg, 0, 0 }, Imm_None }, 492 { "pushf" ,1,0x0FA00000,StackOp, { Rn, 0, 0 }, Imm_None },
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic30-dis.c | 414 if (insn->tm->opcode_modifier == StackOp) in print_two_operand()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic30.c | 1910 else if (insn.tm->opcode_modifier == StackOp in md_assemble()
|