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

  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 53 uint64_t fpr_result)
70 self, return_pc, gpr_result, fpr_result);
  /art/runtime/arch/
stub_test.cc 78 size_t fpr_result = 0; local
233 "ldp x0, x1, [sp]\n\t" // Restore stuff not named clobbered, may contain fpr_result
240 "str x9, %[fpr_result]\n\t" // Store the FPR comparison result
255 [referrer] "r"(referrer), [fpr_result] "m" (fpr_result)
287 fp_result = fpr_result;
301 size_t fpr_result = 0; local
458 "ldp x0, x1, [sp]\n\t" // Restore stuff not named clobbered, may contain fpr_result
465 "str x9, %[fpr_result]\n\t" // Store the FPR comparison result
480 [referrer] "r"(referrer), [hidden] "r"(hidden), [fpr_result] "m" (fpr_result
    [all...]
  /art/runtime/
instrumentation.h 328 uint64_t gpr_result, uint64_t fpr_result)
instrumentation.cc     [all...]

Completed in 689 milliseconds