Home | History | Annotate | Download | only in src

Lines Matching refs:Add

142   // 2 instructions, each is a NOOP, ADD, RUN, or one of 5 copy modes
173 EXPECT_DEBUG_DEATH(standard_writer.Add("Hello", 5),
223 standard_writer.Add("foo", 3);
235 ExpectByte(0x04); // ADD(3) opcode
242 exercise_writer.Add("foo", 3);
253 ExpectByte(0x04); // Opcode: NOOP + ADD(0)
254 ExpectByte(0x03); // Size of ADD (3)
367 standard_writer.Add("rayo", 4);
370 standard_writer.Add("X", 1);
382 ExpectByte(0xAD); // Combo: Add size 4 + COPY mode SELF, size 5
383 ExpectByte(0xFD); // Combo: COPY mode SAME(0), size 4 + Add size 1
398 interleaved_writer.Add("rayo", 4);
401 interleaved_writer.Add("X", 1);
412 ExpectByte(0xAD); // Combo: Add size 4 + COPY mode SELF, size 5
415 ExpectByte(0xFD); // Combo: COPY mode SAME(0), size 4 + Add size 1
432 interleaved_writer.Add("rayo", 4);
435 interleaved_writer.Add("X", 1);
451 ExpectByte(0xAD); // Combo: Add size 4 + COPY mode SELF, size 5
454 ExpectByte(0xFD); // Combo: COPY mode SAME(0), size 4 + Add size 1