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 D | MicroMipsSizeReduction.cpp | 308 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 D | simulator-arm.h | 330 int32_t GetImm(Instruction* instr, bool* carry_out);
|
H A D | simulator-arm.cc | 1455 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 D | simulator-ppc.h | 269 int32_t GetImm(Instruction* instr, bool* carry_out);
|
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 127 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 D | simulator-s390.h | 226 int32_t GetImm(Instruction* instr, bool* carry_out);
|
Completed in 17 milliseconds