Searched defs:IsImm (Results 1 – 6 of 6) sorted by relevance
31 Matcher<MCOperand> IsImm(int64_t Value) { in IsImm() function
687 IsImm && ((is64Bit() ? 0 : -4096) <= ImmValue && ImmValue < 4096); in expandSETX() local 612 bool IsImm = Inst.getOperand(1).isImm(); expandSET() local [all...]
68 Matcher<MCOperand> IsImm(int64_t Value) { IsImm() function [all...]
203 void set4V(const MCInst &MI, unsigned OpNum, bool IsImm = false) { in set4V() argument
2243 SmallVector<bool, 4> IsImm(NumElts, false); pickOpcodeForVectorStParam() local
125 bool IsImm = false; simplifyX86immShift() local