Searched defs:GetImm (Results 1 - 3 of 3) 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 |
/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 138 int32_t GetImm() const { return imm_; } in GetImm() function in vixl::aarch32::Disassembler::SignedImmediatePrinter 150 uint32_t GetImm() const { return imm_; } in GetImm() function in vixl::aarch32::Disassembler::RawImmediatePrinter |
/third_party/node/deps/v8/src/execution/arm/ | ||
H A D | simulator-arm.cc | 1455 int32_t Simulator::GetImm(Instruction* instr, bool* carry_out) { in GetImm() function in v8::internal::Simulator |
Completed in 16 milliseconds