Lines Matching refs:ubyte_at
45 int inst = ubyte_at(0);
215 if ((ubyte_at(0) != Assembler::REX_W && ubyte_at(0) != Assembler::REX_WB) ||
216 (ubyte_at(1) & (0xff ^ register_mask)) != 0xB8) {
238 u_char instr_0 = ubyte_at(off);
243 NOT_LP64(assert((0xC0 & ubyte_at(1)) == 0xC0, "shouldn't have LDS and LES instructions"));
248 NOT_LP64(assert((0xC0 & ubyte_at(1)) == 0xC0, "shouldn't have LDS and LES instructions"));
256 instr_0 = ubyte_at(off);
261 instr_0 = ubyte_at(off);
268 instr_0 = ubyte_at(off);
274 instr_0 = ubyte_at(off);
280 instr_0 = ubyte_at(off);
593 int op_code = ubyte_at(0);