Home
last modified time | relevance | path

Searched refs:hasImm (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp743 bool hasImm() const { in select() function
804 if (Instruction.hasImm()) in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h894 inline bool hasImm(uint64_t TSFlags) { return (TSFlags & X86II::ImmMask) != 0; } in hasImm() function
H A DX86MCCodeEmitter.cpp683 int ImmSize = !Disp.isImm() && X86II::hasImm(TSFlags) in emitMemModRMByte()