Searched refs:load_kind (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-assembler.cc | 52 LoadKind load_kind; member 78 RegisterLoad(LoadKind load_kind, ValueKind kind, int32_t value) in RegisterLoad() 79 : load_kind(load_kind), kind(kind), value(value) {} in RegisterLoad() 331 switch (load->load_kind) { in ExecuteLoads()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 4044 MemoryAccessKind load_kind = GetMemoryAccessKind( in LoadLane() local 4048 mcgraph()->machine()->LoadLane(load_kind, memtype, laneidx), in LoadLane() 4051 if (load_kind == MemoryAccessKind::kProtected) { in LoadLane() 4085 MemoryAccessKind load_kind = GetMemoryAccessKind( in LoadTransform() local 4089 mcgraph()->machine()->LoadTransform(load_kind, transformation), in LoadTransform() 4092 if (load_kind == MemoryAccessKind::kProtected) { in LoadTransform() 4169 MemoryAccessKind load_kind = in StoreLane() local 4173 mcgraph()->machine()->StoreLane(load_kind, mem_rep, laneidx), in StoreLane() 4176 if (load_kind == MemoryAccessKind::kProtected) { in StoreLane()
|