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

  /art/compiler/utils/arm/
assembler_arm32_test.cc 334 std::string reg_string = GetRegName<RegisterView::kUsePrimaryName>(*reg); local
339 after_reg.replace(reg_index, strlen(reg_token), reg_string);
343 after_reg_filter.replace(reg_index, strlen(reg_token), reg_string);
433 std::string reg_string = GetRegName<RegisterView::kUsePrimaryName>(*reg); local
438 after_reg.replace(reg_index, strlen(reg_token), reg_string);
442 after_reg_filter.replace(reg_index, strlen(reg_token), reg_string);
assembler_arm_test.h 425 std::string reg_string = (this->*GetName)(*reg); local
428 after_reg.replace(reg_index, ConstexprStrLen(Base::REG_TOKEN), reg_string);
  /art/compiler/utils/
assembler_test.h 258 std::string reg_string = (this->*GetName)(*reg); local
261 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string);
632 std::string reg_string = (this->*GetName)(*reg); local
635 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string);
884 std::string reg_string = GetRegName<kRegView>(*reg); local
887 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_print.c 348 reg_string(gl_register_file f, GLint index, gl_prog_print_mode mode, function
410 _mesa_problem(NULL, "bad file in reg_string()");
444 _mesa_problem(NULL, "bad file in reg_string()");
449 _mesa_problem(NULL, "bad mode in reg_string()");
571 reg_string((gl_register_file) dstReg->File,
602 reg_string((gl_register_file) srcReg->File,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c     [all...]

Completed in 99 milliseconds