Lines Matching defs:memory
442 index = decoder->read_u8<validate>(pc, "memory index");
708 MemoryIndexImmediate<validate> memory;
713 memory(decoder, pc + data_segment.length),
714 length(data_segment.length + memory.length) {}
1448 this->DecodeError(pc, "memory instruction with no memory");
1452 DecodeError(pc, "expected memory index 0, found %u", imm.index);
1460 this->DecodeError(pc, "memory instruction with no memory");
1468 Validate(pc + imm.data_segment.length, imm.memory);
1575 // memory64 is enabled when parsing memory access immediates. This is
1692 /********** Simple and memory opcodes **********/
2164 // vector would more than offset the memory savings.