Home | History | Annotate | Download | only in src

Lines Matching refs:Add

126   // 2 instructions, each is a NOOP, ADD, RUN, or one of 5 copy modes
157 EXPECT_DEBUG_DEATH(standard_writer.Add("Hello", 5),
205 standard_writer.Add("foo", 3);
217 ExpectByte(0x04); // ADD(3) opcode
223 exercise_writer.Add("foo", 3);
234 ExpectByte(0x04); // Opcode: NOOP + ADD(0)
235 ExpectByte(0x03); // Size of ADD (3)
325 standard_writer.Add("rayo", 4);
328 standard_writer.Add("X", 1);
340 ExpectByte(0xAD); // Combo: Add size 4 + COPY mode SELF, size 5
341 ExpectByte(0xFD); // Combo: COPY mode SAME(0), size 4 + Add size 1
349 interleaved_writer.Add("rayo", 4);
352 interleaved_writer.Add("X", 1);
363 ExpectByte(0xAD); // Combo: Add size 4 + COPY mode SELF, size 5
366 ExpectByte(0xFD); // Combo: COPY mode SAME(0), size 4 + Add size 1
376 interleaved_writer.Add("rayo", 4);
379 interleaved_writer.Add("X", 1);
395 ExpectByte(0xAD); // Combo: Add size 4 + COPY mode SELF, size 5
398 ExpectByte(0xFD); // Combo: COPY mode SAME(0), size 4 + Add size 1