Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A 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()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.h330 int32_t GetImm(Instruction* instr, bool* carry_out);
H A Dsimulator-arm.cc1455 int32_t Simulator::GetImm(Instruction* instr, bool* carry_out) { in GetImm() function in v8::internal::Simulator
2401 shifter_operand = GetImm(instr, &shifter_carry_out); in DecodeType01()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.h269 int32_t GetImm(Instruction* instr, bool* carry_out);
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h127 uint32_t GetImm() const { return imm_; } in GetImm() function in vixl::aarch32::Disassembler::ImmediatePrinter
129 return os << "#" << imm.GetImm(); in operator <<()
138 int32_t GetImm() const { return imm_; } in GetImm() function in vixl::aarch32::Disassembler::SignedImmediatePrinter
141 return os << "#" << imm.GetImm(); in operator <<()
150 uint32_t GetImm() const { return imm_; } in GetImm() function in vixl::aarch32::Disassembler::RawImmediatePrinter
152 return os << imm.GetImm(); in operator <<()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h226 int32_t GetImm(Instruction* instr, bool* carry_out);

Completed in 22 milliseconds