Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/code_gen_lib/
Dgen_wrapper_riscv64_to_x86_64.cc95 constexpr int kFpRescOffset = offsetof(GuestArgumentBuffer, fp_resc); in GenWrapGuestFunction() local
195 as.Movl({.base = Assembler::rsp, .disp = kFpRescOffset}, 0); in GenWrapGuestFunction()
198 as.Movl({.base = Assembler::rsp, .disp = kFpRescOffset}, 1); in GenWrapGuestFunction()
202 as.Movl({.base = Assembler::rsp, .disp = kFpRescOffset}, 0); in GenWrapGuestFunction()