Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp302 static bool GetImm(MachineInstr *MI, unsigned Op, int64_t &Imm) { in GetImm() function
335 if (!GetImm(MI, Entry.ImmField(), offset)) in ImmInRange()
395 if (!GetImm(MI1, 2, Offset1)) in ConsecutiveInstr()
397 if (!GetImm(MI2, 2, Offset2)) in ConsecutiveInstr()
523 if (!GetImm(MI, Entry.ImmField(), ImmValue)) in ReduceADDIUToADDIUSP()
/external/v8/src/ppc/
Dsimulator-ppc.h227 int32_t GetImm(Instruction* instr, bool* carry_out);
/external/v8/src/arm/
Dsimulator-arm.h250 int32_t GetImm(Instruction* instr, bool* carry_out);
Dsimulator-arm.cc1464 int32_t Simulator::GetImm(Instruction* instr, bool* carry_out) { in GetImm() function in v8::internal::Simulator
2363 shifter_operand = GetImm(instr, &shifter_carry_out); in DecodeType01()
/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();
/external/v8/src/s390/
Dsimulator-s390.h222 int32_t GetImm(Instruction* instr, bool* carry_out);