Searched defs:fpr_result (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/
H A Dstub_test.cc78 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] "
[all...]
/art/runtime/
H A Dinstrumentation.cc1057 uint64_t fpr_result) {
1075 return_value.SetJ(fpr_result);
1055 PopInstrumentationStackFrame(Thread* self, uintptr_t* return_pc, uint64_t gpr_result, uint64_t fpr_result) argument

Completed in 474 milliseconds