Lines Matching refs:dst
340 Xin_Alu32R, /* 32-bit mov/arith/logical, dst=REG */
341 Xin_Alu32M, /* 32-bit mov/arith/logical, dst=MEM */
342 Xin_Sh32, /* 32-bit shift/rotate, dst=REG */
352 Xin_Goto, /* conditional/unconditional jmp to dst */
394 HReg dst;
399 X86AMode* dst;
404 HReg dst;
408 X86RM* dst; /* not written, only read */
413 HReg dst;
418 HReg dst;
435 HReg dst;
447 /* Pseudo-insn. Goto dst, on given condition (which could be
452 X86RI* dst;
454 /* Mov src to dst on the given condition, which may not
459 HReg dst;
461 /* Sign/Zero extending loads. Dst size is always 32 bits. */
466 HReg dst;
473 X86AMode* dst;
478 HReg dst;
484 HReg dst;
512 HReg dst;
518 HReg dst;
536 src into dst given that dst should be interpreted as an
540 HReg dst;
542 /* Mov src to dst on the given condition, which may not
547 HReg dst;
559 /* Do a compare, generating the C320 bits into the dst. */
563 HReg dst;
569 HReg dst;
584 HReg dst;
589 HReg dst;
594 dst;
599 HReg dst;
604 HReg dst;
606 /* Mov src to dst on the given condition, which may not
611 HReg dst;
616 HReg dst;
625 extern X86Instr* X86Instr_Unary32 ( X86UnaryOp op, HReg dst );
626 extern X86Instr* X86Instr_Lea32 ( X86AMode* am, HReg dst );
629 extern X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst );
632 extern X86Instr* X86Instr_Sh3232 ( X86ShiftOp, UInt amt, HReg src, HReg dst );
635 extern X86Instr* X86Instr_Goto ( IRJumpKind, X86CondCode cond, X86RI* dst );
636 extern X86Instr* X86Instr_CMov32 ( X86CondCode, X86RM* src, HReg dst );
638 X86AMode* src, HReg dst );
639 extern X86Instr* X86Instr_Store ( UChar sz, HReg src, X86AMode* dst );
640 extern X86Instr* X86Instr_Set32 ( X86CondCode cond, HReg dst );
641 extern X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst );
646 extern X86Instr* X86Instr_FpUnary ( X86FpOp op, HReg src, HReg dst );
647 extern X86Instr* X86Instr_FpBinary ( X86FpOp op, HReg srcL, HReg srcR, HReg dst );
650 extern X86Instr* X86Instr_Fp64to32 ( HReg src, HReg dst );
651 extern X86Instr* X86Instr_FpCMov ( X86CondCode, HReg src, HReg dst );
654 extern X86Instr* X86Instr_FpCmp ( HReg srcL, HReg srcR, HReg dst );
656 extern X86Instr* X86Instr_SseConst ( UShort con, HReg dst );
664 extern X86Instr* X86Instr_SseCMov ( X86CondCode, HReg src, HReg dst );
665 extern X86Instr* X86Instr_SseShuf ( Int order, HReg src, HReg dst );