Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp308 static bool GetImm(MachineInstr *MI, unsigned Op, int64_t &Imm) { in GetImm() function
341 if (!GetImm(MI, Entry.ImmField(), offset)) in ImmInRange()
401 if (!GetImm(MI1, 2, Offset1)) in ConsecutiveInstr()
403 if (!GetImm(MI2, 2, Offset2)) in ConsecutiveInstr()
529 if (!GetImm(MI, Entry.ImmField(), ImmValue)) in ReduceADDIUToADDIUSP()
/external/llvm-project/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp308 static bool GetImm(MachineInstr *MI, unsigned Op, int64_t &Imm) { in GetImm() function
341 if (!GetImm(MI, Entry.ImmField(), offset)) in ImmInRange()
401 if (!GetImm(MI1, 2, Offset1)) in ConsecutiveInstr()
403 if (!GetImm(MI2, 2, Offset2)) in ConsecutiveInstr()
529 if (!GetImm(MI, Entry.ImmField(), ImmValue)) in ReduceADDIUToADDIUSP()
/external/vixl/src/aarch32/
Ddisasm-aarch32.h121 uint32_t GetImm() const { return imm_; } in GetImm() function
123 return os << "#" << imm.GetImm();
132 int32_t GetImm() const { return imm_; } in GetImm() function
135 return os << "#" << imm.GetImm();
144 uint32_t GetImm() const { return imm_; } in GetImm() function
146 return os << imm.GetImm();