v8/src/wasm/baseline
Camillo Bruni f64bd67f82 [codegen] Rename TurboAssembler::Set to Move
On x64 we can emit more compact instructions for mov(reg, imm). However
currently this only happens when using the Set method explicitly.
This CL renames Set to Move to avoid confusion and yield better code
by default.

Also use the new Move helper for Smis as well.

Change-Id: I06558e88d1142098f77fb98870f09742d494f3dc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2874450
Reviewed-by: Zhi An Ng <zhin@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74512}
2021-05-11 21:53:44 +00:00
..
arm [cleanup] Convert some global enums to enum class 2021-05-11 10:47:49 +00:00
arm64 [cleanup] Convert some global enums to enum class 2021-05-11 10:47:49 +00:00
ia32 [cleanup] Convert some global enums to enum class 2021-05-11 10:47:49 +00:00
mips [cleanup] Convert some global enums to enum class 2021-05-11 10:47:49 +00:00
mips64 [cleanup] Convert some global enums to enum class 2021-05-11 10:47:49 +00:00
ppc ppc: [liftoff] implement f32/64_set_cond 2021-04-29 20:22:35 +00:00
riscv64 [cleanup] Convert some global enums to enum class 2021-05-11 10:47:49 +00:00
s390 [cleanup] Convert some global enums to enum class 2021-05-11 10:47:49 +00:00
x64 [codegen] Rename TurboAssembler::Set to Move 2021-05-11 21:53:44 +00:00
DEPS
liftoff-assembler-defs.h s390x: [liftoff][arm] Make context register allocatable 2021-03-19 14:01:34 +00:00
liftoff-assembler.cc Reland "[wasm] Emit safepoint info for callee-saved registers in the deopt-index" 2021-03-17 11:41:34 +00:00
liftoff-assembler.h [wasm][liftoff] Fix handling of register pairs in clear_used 2021-04-27 17:33:55 +00:00
liftoff-compiler.cc [wasm-gc] Fix the offset for StoreObjectField with ToTagged 2021-05-11 15:09:14 +00:00
liftoff-compiler.h [wasm][debug] Generate debug sidetable from code alone 2021-02-04 13:25:53 +00:00
liftoff-register.h [liftoff] Make RegsUnusedByParams constexpr 2021-05-06 13:02:22 +00:00