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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-spu.c 52 static const char *get_reg (const char *param, struct spu_insn *insn, int arg,
410 param = get_reg (param, insn, arg, 1);
499 get_reg (const char *param, struct spu_insn *insn, int arg, int accept_expr)
632 const char *np = get_reg (param, &tmp_insn, arg, 0);
497 get_reg (const char *param, struct spu_insn *insn, int arg, int accept_expr) function
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_emit.c 1130 static struct brw_reg get_reg( struct brw_vs_compile *c, function
    [all...]
  /art/runtime/verifier/
method_verifier.cc 4083 uint32_t get_reg = is_range ? inst->VRegC() + static_cast<uint32_t>(sig_registers) : local
4564 uint32_t get_reg = is_range ? inst->VRegC_3rc() + actual_args : arg[actual_args]; local
4616 uint32_t get_reg = is_range ? inst->VRegC_3rc() + ui : arg[ui]; local
    [all...]
  /external/valgrind/perf/
tinycc.c 10320 int get_reg(int rc) function
    [all...]

Completed in 349 milliseconds