Lines Matching defs:adr
811 void call(Register adr);
822 void jmp(Register adr);
842 void fld_s(Operand adr);
843 void fld_d(Operand adr);
845 void fstp_s(Operand adr);
846 void fstp_d(Operand adr);
849 void fild_s(Operand adr);
850 void fild_d(Operand adr);
852 void fist_s(Operand adr);
854 void fistp_s(Operand adr);
855 void fistp_d(Operand adr);
857 void fisttp_s(Operand adr);
858 void fisttp_d(Operand adr);
868 void fisub_s(Operand adr);
2246 void emit_operand(Register reg, Operand adr) {
2247 emit_operand(reg.low_bits(), adr);
2253 void emit_operand(int rm, Operand adr);
2272 void emit_sse_operand(XMMRegister reg, Operand adr);
2273 void emit_sse_operand(Register reg, Operand adr);