| /third_party/node/deps/v8/src/wasm/baseline/ |
| D | liftoff-compiler.cc | 1118 __ LoadConstant( in EmitDebuggingInfo() local 1845 __ LoadConstant(tmp, WasmValue(int32_t{0})); in EmitDivOrRem64CCall() local 1848 __ LoadConstant(tmp, WasmValue(int32_t{-1})); in EmitDivOrRem64CCall() local 2165 __ LoadConstant(reg, WasmValue(value)); in I64Const() local 2172 __ LoadConstant(reg, WasmValue(value)); in F32Const() local 2178 __ LoadConstant(reg, WasmValue(value)); in F64Const() local 2190 __ LoadConstant(func_index_reg, WasmValue(function_index)); in RefFunc() local 2491 __ LoadConstant(table_index_reg, WasmValue(imm.index)); in TableGet() local 2515 __ LoadConstant(table_index_reg, WasmValue(imm.index)); in TableSet() local 2696 __ LoadConstant(tmp, WasmValue(split)); in GenerateBrTable() local [all …]
|
| D | liftoff-assembler.cc | 199 void LoadConstant(LiftoffRegister dst, WasmValue value) { in LoadConstant() function in v8::internal::wasm::__anon056339890111::StackTransferRecipe
|
| /third_party/node/deps/v8/src/wasm/baseline/s390/ |
| D | liftoff-assembler-s390.h | 219 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|
| /third_party/node/deps/v8/src/baseline/ |
| D | baseline-compiler.cc | 372 void BaselineCompiler::LoadConstant(Register output, int operand_index) { in LoadConstant() function in v8::internal::baseline::BaselineCompiler
|
| /third_party/node/deps/v8/src/wasm/baseline/ppc/ |
| D | liftoff-assembler-ppc.h | 241 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|
| /third_party/node/deps/v8/src/wasm/baseline/mips64/ |
| D | liftoff-assembler-mips64.h | 428 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|
| /third_party/node/deps/v8/src/wasm/baseline/mips/ |
| D | liftoff-assembler-mips.h | 441 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|
| /third_party/node/deps/v8/src/wasm/baseline/loong64/ |
| D | liftoff-assembler-loong64.h | 312 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|
| /third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
| D | liftoff-assembler-riscv64.h | 418 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|
| /third_party/node/deps/v8/src/wasm/baseline/arm64/ |
| D | liftoff-assembler-arm64.h | 408 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|
| /third_party/node/deps/v8/src/wasm/baseline/x64/ |
| D | liftoff-assembler-x64.h | 303 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|
| /third_party/node/deps/v8/src/wasm/baseline/ia32/ |
| D | liftoff-assembler-ia32.h | 328 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|
| /third_party/node/deps/v8/src/wasm/baseline/arm/ |
| D | liftoff-assembler-arm.h | 578 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() function
|