Home | History | Annotate | Download | only in test

Lines Matching refs:buffer

48   Instruction buffer[kInstructionSize];
52 buffer->SetInstructionBits(instr);
53 decoder.Decode(buffer);
67 Instruction buffer[kInstructionSize];
72 buffer->SetInstructionBits(instr);
73 decoder.Decode(buffer);
90 Instruction buffer[kInstructionSize];
96 buffer->SetInstructionBits(static_cast<uint32_t>(i));
97 decoder.Decode(buffer);
106 Instruction buffer[kInstructionSize];
113 buffer->SetInstructionBits(static_cast<uint32_t>(i));
114 decoder.Decode(buffer);