Searched refs:StackOp (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A 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 },
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A 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 },
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 211 InfixCalculatorTok StackOp = InfixOperatorStack[Idx]; in pushOperator() local 212 if (OpPrecedence[Op] > OpPrecedence[StackOp] || StackOp == IC_LPAREN) { in pushOperator() 226 StackOp = InfixOperatorStack[Idx]; in pushOperator() 227 if (!(OpPrecedence[StackOp] >= OpPrecedence[Op] || ParenCount)) in pushOperator() 232 if (!ParenCount && StackOp == IC_LPAREN) in pushOperator() 235 if (StackOp == IC_RPAREN) { in pushOperator() 238 } else if (StackOp == IC_LPAREN) { in pushOperator() 243 PostfixStack.push_back(std::make_pair(StackOp, 0)); in pushOperator() 253 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val(); in execute() local 254 if (StackOp != IC_LPAREN && StackOp != IC_RPAREN) in execute() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | tic30-dis.c | 308 if (insn->tm->opcode_modifier == StackOp)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | tic30-dis.c | 412 if (insn->tm->opcode_modifier == StackOp) in print_two_operand()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-tic30.c | 1907 else if (insn.tm->opcode_modifier == StackOp in md_assemble()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-tic30.c | 691 else if (insn.tm->opcode_modifier == StackOp || insn.tm->opcode_modifier == Rotate)
|