Searched refs:hasImm (Results 1 – 3 of 3) sorted by relevance
743 bool hasImm() const { in select() function804 if (Instruction.hasImm()) in select()
894 inline bool hasImm(uint64_t TSFlags) { return (TSFlags & X86II::ImmMask) != 0; } in hasImm() function
683 int ImmSize = !Disp.isImm() && X86II::hasImm(TSFlags) in emitMemModRMByte()