Searched refs:GetImm (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MicroMipsSizeReduction.cpp | 302 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/ |
D | simulator-ppc.h | 227 int32_t GetImm(Instruction* instr, bool* carry_out);
|
/external/v8/src/arm/ |
D | simulator-arm.h | 250 int32_t GetImm(Instruction* instr, bool* carry_out);
|
D | simulator-arm.cc | 1464 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/ |
D | disasm-aarch32.h | 121 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/ |
D | simulator-s390.h | 222 int32_t GetImm(Instruction* instr, bool* carry_out);
|