Home
last modified time | relevance | path

Searched refs:reg_alloc (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dinline_intrinsic.h42 RegAlloc&& reg_alloc,
52 RegAlloc&& reg_alloc, in TryInlineWithHostRounding() argument
63 as, reg_alloc, simd_reg_alloc, result, src1, src2); in TryInlineWithHostRounding()
70 as, reg_alloc, simd_reg_alloc, result, src1, src2); in TryInlineWithHostRounding()
77 as, reg_alloc, simd_reg_alloc, result, src1, src2); in TryInlineWithHostRounding()
84 as, reg_alloc, simd_reg_alloc, result, src1, src2); in TryInlineWithHostRounding()
91 as, reg_alloc, simd_reg_alloc, result, src1, src2); in TryInlineWithHostRounding()
98 as, reg_alloc, simd_reg_alloc, result, src1, src2); in TryInlineWithHostRounding()
105 as, reg_alloc, simd_reg_alloc, result, src1, src2); in TryInlineWithHostRounding()
112 as, reg_alloc, simd_reg_alloc, result, src1, src2); in TryInlineWithHostRounding()
[all …]
Dinline_intrinsic_tests.cc63 RegAlloc reg_alloc; in Call() local
66 [&reg_alloc]() { return reg_alloc.AllocTempReg(); }, in Call()
67 [&reg_alloc]() { return reg_alloc.AllocTempSimdReg(); }, in Call()
/frameworks/libs/binary_translation/backend/
DAndroid.bp179 "common/reg_alloc.cc",