• Seth Brenith's avatar
    [torque] Load and store bitfields · d5f180b7
    Seth Brenith authored
    This change implements support for reading and writing bitfields from
    Torque code, and adds a couple of unit tests for this functionality. As
    Tobias suggested, the LocationReference for a bitfield access contains
    a nested LocationReference to where the bitfield struct is stored, so
    that store operations can read the original value, update part of it,
    and write it back.
    
    Bug: v8:7793
    Change-Id: I1004a5c7fcb6cf58df5ad50109b114bf89c80efc
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1957841
    Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
    Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65487}
    d5f180b7
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...