Lines Matching refs:code

8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
221 Register reg = Register::from_code(xmm_reg.code());
265 bool is_reg(Register reg) const { return is_reg(reg.code()); }
266 bool is_reg(XMMRegister reg) const { return is_reg(reg.code()); }
283 buf_[0] = mod << 6 | rm.code();
316 // may be used together with a Label in order to refer to a yet unknown code
388 // GetCode emits any pending (non-emitted) code and fills the descriptor desc.
395 // Convenience wrapper for code without safepoint or handler tables.
405 // Read/Modify the code target in the branch/call instruction at pc.
413 // This is for calls and branches within generated code.
415 Address instruction_payload, Code code, Address target);
459 // is obvious from the parameters to avoid hard-to-find code generation
470 // Aligns code to something that's optimal for a jump target for the platform.
749 void bind(Label* L); // binds an unbound label L to the current code position
756 void call(Handle<Code> code, RelocInfo::Mode rmode);
765 void jmp(Handle<Code> code, RelocInfo::Mode rmode);
773 void j(Condition cc, Handle<Code> code,
1277 XMMRegister idst = XMMRegister::from_code(dst.code());
1281 XMMRegister idst = XMMRegister::from_code(dst.code());
1291 XMMRegister idst = XMMRegister::from_code(dst.code());
1295 XMMRegister idst = XMMRegister::from_code(dst.code());
1631 // Check the code size generated from label to here.
1641 // Writes a single byte or word of data in the code stream. Used for
1691 // code emission
1696 inline void emit(Handle<Code> code, RelocInfo::Mode rmode);
1702 // Emit the code-object-relative offset of the label's position
1714 void emit_operand(int code, Operand adr);
1786 // code generation