Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Immediate

53     Immediate,
175 return Kind == Immediate;
373 // Apply modifiers to immediate value
471 case Immediate:
490 auto Op = llvm::make_unique<AMDGPUOperand>(Immediate);
982 Error(S, "invalid immediate: only 32-bit values are legal");
1030 // negate-modifier or negative immediate value.
1051 Error(Parser.getTok().getLoc(), "expected register or immediate");
1866 Error(S, "invalid immediate: only 16-bit values are legal");
2015 Error(S, "invalid immediate: only 16-bit values are legal");
2141 // Handle the case where soffset is an immediate
2763 // Tokens like "glc" would be parsed as immediate operands in ParseOperand().
2765 // operand. This method checks if we are given immediate operand but expect to