HomeSort by relevance Sort by last modified time
    Searched defs:tcg_target_call_iarg_regs (Results 1 - 7 of 7) sorted by null

  /external/qemu/tcg/x86_64/
tcg-target.c 64 static const int tcg_target_call_iarg_regs[6] = { variable
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 109 static const int tcg_target_call_iarg_regs[4] = { variable
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 78 static const int tcg_target_call_iarg_regs[6] = { variable
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 69 static const int tcg_target_call_iarg_regs[4] = { variable
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 64 static const int tcg_target_call_iarg_regs[] = { variable
1007 const int r0 = tcg_target_call_iarg_regs[0];
1008 const int r1 = tcg_target_call_iarg_regs[1];
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 126 static const int tcg_target_call_iarg_regs[] = { variable
224 return ARRAY_SIZE (tcg_target_call_iarg_regs);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 122 static const int tcg_target_call_iarg_regs[] = { variable
215 return ARRAY_SIZE (tcg_target_call_iarg_regs);
    [all...]

Completed in 29 milliseconds