Home
last modified time | relevance | path

Searched defs:StackOp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic30.h229 #define StackOp 0x001F0000 macro
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic30.h229 #define StackOp 0x001F0000 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp210 InfixCalculatorTok StackOp = InfixOperatorStack[Idx]; in pushOperator() local
252 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val(); in execute() local