HomeSort by relevance Sort by last modified time
    Searched refs:vregs (Results 1 - 22 of 22) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 216 String vregs = ""; local
230 vregs = ", v" + invokeFormatInfo.vregG;
233 vregs = ", v" + invokeFormatInfo.vregF + vregs;
236 vregs = ", v" + invokeFormatInfo.vregE + vregs;
239 vregs = ", v" + invokeFormatInfo.vregD + vregs;
242 vregs = "v" + vregC + vregs;
258 String vregs = ""; local
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegAllocPBQP.h 52 /// vregs will already have been set up for you by the base class.
130 const RegSet &vregs);
151 const RegSet &vregs);
  /art/runtime/interpreter/mterp/mips/
entry.S 53 addu rFP, a2, SHADOWFRAME_VREGS_OFFSET # point to vregs.
  /external/elfutils/backends/
aarch64_initreg.c 85 dwarf_fregs[r] = fregs.vregs[r] & 0xFFFFFFFF;
  /art/runtime/interpreter/mterp/arm/
entry.S 55 add rFP, r2, #SHADOWFRAME_VREGS_OFFSET @ point to vregs.
  /bionic/libc/kernel/uapi/asm-arm64/asm/
sigcontext.h 40 __uint128_t vregs[32]; member in struct:fpsimd_context
ptrace.h 56 __uint128_t vregs[32]; member in struct:user_fpsimd_state
  /external/kernel-headers/original/uapi/asm-arm64/asm/
sigcontext.h 77 __uint128_t vregs[32]; member in struct:fpsimd_context
ptrace.h 80 __uint128_t vregs[32]; member in struct:user_fpsimd_state
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocPBQP.cpp 195 const RegSet &vregs) {
217 // Iterate over vregs.
218 for (RegSet::const_iterator vregItr = vregs.begin(), vregEnd = vregs.end();
285 for (RegSet::const_iterator vr1Itr = vregs.begin(), vrEnd = vregs.end();
341 const RegSet &vregs) {
343 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs);
548 << oldWeight << ", New vregs: ");
  /bionic/libc/include/sys/
user.h 247 __uint128_t vregs[32];
  /art/compiler/optimizing/
graph_visualizer.cc 585 StringList vregs; local
589 vregs.NewEntryStream() << DataType::TypeId(insn->GetType()) << insn->GetId();
591 vregs.NewEntryStream() << "_";
594 envs.NewEntryStream() << vregs;
    [all...]
instruction_builder.h 86 HBasicBlock* block, ScopedArenaVector<HInstruction*>* locals, const size_t vregs);
instruction_builder.cc 86 const size_t vregs = graph_->GetNumberOfVRegs(); local
87 if (locals->size() == vregs) {
90 return GetLocalsForWithAllocation(block, locals, vregs);
96 const size_t vregs) {
97 DCHECK_NE(locals->size(), vregs);
98 locals->resize(vregs, nullptr);
101 // must therefore eagerly create the phis. Phis for undefined vregs will
104 for (size_t i = 0; i < vregs; ++i) {
    [all...]
  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.cc 226 my_memcpy(&out->float_save.regs, &fpregs.vregs,
ucontext_reader.cc 207 my_memcpy(&out->float_save.regs, &fpregs->vregs,
  /external/valgrind/include/vki/
vki-arm64-linux.h 507 __uint128_t vregs[32]; member in struct:vki_user_fpsimd_state
  /external/llvm/test/Bindings/OCaml/
core.ml     [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_arm.S 113 * Instead of holding a pointer to the shadow frame, we keep rFP at the base of the vregs. So,
376 add rFP, r2, #SHADOWFRAME_VREGS_OFFSET @ point to vregs.
    [all...]
mterp_mips.S 219 * Instead of holding a pointer to the shadow frame, we keep rFP at the base of the vregs. So,
789 addu rFP, a2, SHADOWFRAME_VREGS_OFFSET # point to vregs.
    [all...]
  /external/vixl/test/aarch64/
test-trace-aarch64.cc     [all...]

Completed in 1257 milliseconds