Home | History | Annotate | Download | only in x64

Lines Matching refs:code

6 //     * Redistributions of source code must retain the above copyright
68 void Assembler::emit_code_target(Handle<Code> target, RelocInfo::Mode rmode) {
73 // Optimization if we keep jumping to the same code target.
88 emit(0x48 | (reg.code() & 0x8) >> 1 | rm_reg.code() >> 3);
98 emit(0x48 | (reg.code() & 0x8) >> 1 | op.rex_);
103 ASSERT_EQ(rm_reg.code() & 0xf, rm_reg.code());
146 byte rex_bits = (reg.code() & 0x8) >> 1 | op.rex_;
152 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3;
158 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3;
193 // absolute code pointer inside code object moves with the code object.
318 // Set REX.B to the high bit of rm.code().