Searched refs:rets (Results 26 - 31 of 31) sorted by relevance
12
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 4146 const LiftoffRegister* rets, 4193 const LiftoffRegister* result_reg = rets; 4197 if (kReturnReg != rets->gp()) { 4198 Move(*rets, LiftoffRegister(kReturnReg), sig->GetReturn(0));
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 3528 const LiftoffRegister* rets, in CallC() 3551 const LiftoffRegister* next_result_reg = rets; in CallC() 3526 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 1473 // this is the return value of the C function, stored in {rets[0]}. Further 1475 // in the remaining {rets} registers. 1477 const LiftoffRegister* rets, ValueKind out_argument_kind,
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4537 const LiftoffRegister* rets, 4563 const LiftoffRegister* next_result_reg = rets;
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 4085 const LiftoffRegister* rets, in CallC() 4107 const LiftoffRegister* next_result_reg = rets; in CallC() 4083 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 3713 const LiftoffRegister* rets, in CallC() 3736 const LiftoffRegister* next_result_reg = rets; in CallC() 3711 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|
Completed in 37 milliseconds
12