Searched refs:StackOp (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/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 },
|
/netbsd-src/external/gpl3/binutils.old/dist/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 },
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 210 InfixCalculatorTok StackOp = InfixOperatorStack[Idx]; in pushOperator() local 211 if (OpPrecedence[Op] > OpPrecedence[StackOp] || StackOp == IC_LPAREN) { in pushOperator() 225 StackOp = InfixOperatorStack[Idx]; in pushOperator() 226 if (!(OpPrecedence[StackOp] >= OpPrecedence[Op] || ParenCount)) in pushOperator() 231 if (!ParenCount && StackOp == IC_LPAREN) in pushOperator() 234 if (StackOp == IC_RPAREN) { in pushOperator() 237 } else if (StackOp == IC_LPAREN) { in pushOperator() 242 PostfixStack.push_back(std::make_pair(StackOp, 0)); in pushOperator() 252 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val(); in execute() local 253 if (StackOp != IC_LPAREN && StackOp != IC_RPAREN) in execute() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | tic30-dis.c | 426 if (insn->tm->opcode_modifier == StackOp) in print_two_operand()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | tic30-dis.c | 426 if (insn->tm->opcode_modifier == StackOp) in print_two_operand()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tic30.c | 1888 else if (insn.tm->opcode_modifier == StackOp in md_assemble()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tic30.c | 1888 else if (insn.tm->opcode_modifier == StackOp in md_assemble()
|