Lines Matching refs:byte
2186 * combinations of bytes. Each byte in the 64-bit word is constructed as
2210 int byte;
2213 byte = (base1 & mask1) | (rand & ~mask1);
2215 byte = (base2 & mask2) | (rand & ~mask2);
2216 imm = (imm << 8) | byte;
8366 "ST_MEM_B: Store/Load byte: max negative",
8379 "ST_MEM_B: Store/Load byte: max positive",
8392 "STX_MEM_B: Store/Load byte: max negative",
10405 "LD_IND byte frag",
10477 "LD_ABS byte frag",
10551 "LD_IND byte default X",
10561 "LD_IND byte positive offset",
10572 "LD_IND byte negative offset",
10583 "LD_IND byte positive offset, all ff",
10594 "LD_IND byte positive offset, out of bounds",
10605 "LD_IND byte negative offset, out of bounds",
10616 "LD_IND byte negative offset, multiple calls",
10834 "LD_ABS byte",
10851 "LD_ABS byte positive offset, all ff",
10861 "LD_ABS byte positive offset, out of bounds",
10871 "LD_ABS byte negative offset, out of bounds load",
10880 "LD_ABS byte negative offset, in bounds",
10890 "LD_ABS byte negative offset, out of bounds",
10900 "LD_ABS byte negative offset, multiple calls",
12757 /* LD_IMM64 immediate magnitudes and byte patterns */
12767 "LD_IMM64: checker byte patterns",
12775 "LD_IMM64: random positive and zero byte patterns",
12783 "LD_IMM64: random negative and zero byte patterns",
12791 "LD_IMM64: random positive and negative byte patterns",