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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.h 13 const char * inst_str);
rc_test_helpers.c 304 * Initialize a normal instruction based on inst_str.
310 * @param inst_str A string that represents the source register. The format for
316 const char * inst_str)
328 if (!regex_helper(regex_str, inst_str, matches, REGEX_INST_MATCHES)) {
334 tokens.Opcode.String = inst_str + matches[1].rm_so;
337 tokens.Sat.String = inst_str + matches[2].rm_so;
353 tokens.Dst.String = inst_str + matches[3].rm_so;
366 inst_str + matches[first_src + j].rm_so;
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.h 13 const char * inst_str);
rc_test_helpers.c 304 * Initialize a normal instruction based on inst_str.
310 * @param inst_str A string that represents the source register. The format for
316 const char * inst_str)
328 if (!regex_helper(regex_str, inst_str, matches, REGEX_INST_MATCHES)) {
334 tokens.Opcode.String = inst_str + matches[1].rm_so;
337 tokens.Sat.String = inst_str + matches[2].rm_so;
353 tokens.Dst.String = inst_str + matches[3].rm_so;
366 inst_str + matches[first_src + j].rm_so;
  /art/compiler/dex/quick/arm/
call_arm.cc 123 char* inst_str = cu_->verbose ? local
125 MarkBoundary(mir->offset, inst_str);
  /art/compiler/dex/quick/
mir_to_lir.cc 742 char* inst_str = cu_->verbose ? local
744 boundary_lir = MarkBoundary(mir->offset, inst_str);
codegen_util.cc 892 LIR* Mir2Lir::MarkBoundary(int offset, const char* inst_str) {
893 LIR* res = NewLIR1(kPseudoDalvikByteCodeBoundary, reinterpret_cast<uintptr_t>(inst_str));
    [all...]
mir_to_lir.h 277 LIR* MarkBoundary(int offset, const char* inst_str);
    [all...]

Completed in 110 milliseconds