Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp70 uint8_t Imm2Limit; // Limit of immediate field when it's two-address member
423 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
787 if (Entry.Imm2Limit) { in ReduceTo2Addr()
789 unsigned Limit = (1 << Entry.Imm2Limit) - 1; in ReduceTo2Addr()