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

  /external/valgrind/memcheck/tests/amd64/
bt_everything.c 189 ULong reg_out; local
195 : "=q" (res), "=r" (reg_out)
198 *reg_out_p = reg_out;
207 ULong reg_out; local
213 : "=q" (res), "=r" (reg_out)
216 *reg_out_p = reg_out;
225 ULong reg_out; local
231 : "=q" (res), "=r" (reg_out)
234 *reg_out_p = reg_out;
243 ULong reg_out; local
264 ULong reg_out; local
282 ULong reg_out; local
300 ULong reg_out; local
318 ULong reg_out; local
339 ULong reg_out; local
357 ULong reg_out; local
375 ULong reg_out; local
393 ULong reg_out; local
    [all...]
  /external/valgrind/none/tests/x86/
bt_everything.c 73 unsigned int reg_out; local
79 : "=q" (res), "=r" (reg_out)
82 *reg_out_p = reg_out;
91 unsigned int reg_out; local
97 : "=q" (res), "=r" (reg_out)
100 *reg_out_p = reg_out;
109 unsigned int reg_out; local
115 : "=q" (res), "=r" (reg_out)
118 *reg_out_p = reg_out;
127 unsigned int reg_out; local
    [all...]
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part1.c 1439 HWord_t reg_out; local
1481 uint64_t reg_out; local
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_06_part1.c 1439 HWord_t reg_out; local
1481 uint64_t reg_out; local
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 112 reg_out = 0x00004, /* args to calls, ala RISC */ enumerator in enum:x86_reg_type
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 70 reg_out = 0x00004, reg_local = 0x00008,
  /art/compiler/optimizing/
code_generator_mips64.cc 818 GpuRegister reg_out = out_.AsRegister<GpuRegister>(); variable
982 GpuRegister reg_out = out_.AsRegister<GpuRegister>(); variable
    [all...]
code_generator_arm_vixl.cc 1266 vixl32::Register reg_out = RegisterFrom(out_); variable
1431 vixl32::Register reg_out = RegisterFrom(out_); variable
    [all...]
code_generator_mips.cc 878 Register reg_out = out_.AsRegister<Register>(); variable
1044 Register reg_out = out_.AsRegister<Register>(); variable
    [all...]
code_generator_x86.cc 723 Register reg_out = out_.AsRegister<Register>(); variable
725 DCHECK(!locations->GetLiveRegisters()->ContainsCoreRegister(reg_out));
881 Register reg_out = out_.AsRegister<Register>(); variable
    [all...]
code_generator_x86_64.cc 746 CpuRegister reg_out = out_.AsRegister<CpuRegister>(); variable
748 DCHECK(!locations->GetLiveRegisters()->ContainsCoreRegister(reg_out.AsRegister())) << out_;
    [all...]

Completed in 557 milliseconds