• Home
  • Raw
  • Download

Lines Matching refs:X86Instr

564 X86Instr* X86Instr_Alu32R ( X86AluOp op, X86RMI* src, HReg dst ) {  in X86Instr_Alu32R()
565 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Alu32R()
572 X86Instr* X86Instr_Alu32M ( X86AluOp op, X86RI* src, X86AMode* dst ) { in X86Instr_Alu32M()
573 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Alu32M()
581 X86Instr* X86Instr_Sh32 ( X86ShiftOp op, UInt src, HReg dst ) { in X86Instr_Sh32()
582 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Sh32()
589 X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst ) { in X86Instr_Test32()
590 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Test32()
596 X86Instr* X86Instr_Unary32 ( X86UnaryOp op, HReg dst ) { in X86Instr_Unary32()
597 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Unary32()
603 X86Instr* X86Instr_Lea32 ( X86AMode* am, HReg dst ) { in X86Instr_Lea32()
604 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Lea32()
610 X86Instr* X86Instr_MulL ( Bool syned, X86RM* src ) { in X86Instr_MulL()
611 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_MulL()
617 X86Instr* X86Instr_Div ( Bool syned, X86RM* src ) { in X86Instr_Div()
618 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Div()
624 X86Instr* X86Instr_Sh3232 ( X86ShiftOp op, UInt amt, HReg src, HReg dst ) { in X86Instr_Sh3232()
625 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Sh3232()
634 X86Instr* X86Instr_Push( X86RMI* src ) { in X86Instr_Push()
635 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Push()
640 X86Instr* X86Instr_Call ( X86CondCode cond, Addr32 target, Int regparms, in X86Instr_Call()
642 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Call()
652 X86Instr* X86Instr_XDirect ( Addr32 dstGA, X86AMode* amEIP, in X86Instr_XDirect()
654 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_XDirect()
662 X86Instr* X86Instr_XIndir ( HReg dstGA, X86AMode* amEIP, in X86Instr_XIndir()
664 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_XIndir()
671 X86Instr* X86Instr_XAssisted ( HReg dstGA, X86AMode* amEIP, in X86Instr_XAssisted()
673 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_XAssisted()
681 X86Instr* X86Instr_CMov32 ( X86CondCode cond, X86RM* src, HReg dst ) { in X86Instr_CMov32()
682 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_CMov32()
690 X86Instr* X86Instr_LoadEX ( UChar szSmall, Bool syned, in X86Instr_LoadEX()
692 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_LoadEX()
701 X86Instr* X86Instr_Store ( UChar sz, HReg src, X86AMode* dst ) { in X86Instr_Store()
702 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Store()
710 X86Instr* X86Instr_Set32 ( X86CondCode cond, HReg dst ) { in X86Instr_Set32()
711 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Set32()
717 X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst ) { in X86Instr_Bsfr32()
718 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Bsfr32()
725 X86Instr* X86Instr_MFence ( UInt hwcaps ) { in X86Instr_MFence()
726 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_MFence()
736 X86Instr* X86Instr_ACAS ( X86AMode* addr, UChar sz ) { in X86Instr_ACAS()
737 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_ACAS()
744 X86Instr* X86Instr_DACAS ( X86AMode* addr ) { in X86Instr_DACAS()
745 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_DACAS()
751 X86Instr* X86Instr_FpUnary ( X86FpOp op, HReg src, HReg dst ) { in X86Instr_FpUnary()
752 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_FpUnary()
759 X86Instr* X86Instr_FpBinary ( X86FpOp op, HReg srcL, HReg srcR, HReg dst ) { in X86Instr_FpBinary()
760 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_FpBinary()
768 X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* addr ) { in X86Instr_FpLdSt()
769 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_FpLdSt()
778 X86Instr* X86Instr_FpLdStI ( Bool isLoad, UChar sz, in X86Instr_FpLdStI()
780 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_FpLdStI()
789 X86Instr* X86Instr_Fp64to32 ( HReg src, HReg dst ) { in X86Instr_Fp64to32()
790 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Fp64to32()
796 X86Instr* X86Instr_FpCMov ( X86CondCode cond, HReg src, HReg dst ) { in X86Instr_FpCMov()
797 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_FpCMov()
805 X86Instr* X86Instr_FpLdCW ( X86AMode* addr ) { in X86Instr_FpLdCW()
806 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_FpLdCW()
811 X86Instr* X86Instr_FpStSW_AX ( void ) { in X86Instr_FpStSW_AX()
812 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_FpStSW_AX()
816 X86Instr* X86Instr_FpCmp ( HReg srcL, HReg srcR, HReg dst ) { in X86Instr_FpCmp()
817 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_FpCmp()
824 X86Instr* X86Instr_SseConst ( UShort con, HReg dst ) { in X86Instr_SseConst()
825 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_SseConst()
832 X86Instr* X86Instr_SseLdSt ( Bool isLoad, HReg reg, X86AMode* addr ) { in X86Instr_SseLdSt()
833 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_SseLdSt()
840 X86Instr* X86Instr_SseLdzLO ( Int sz, HReg reg, X86AMode* addr ) in X86Instr_SseLdzLO()
842 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_SseLdzLO()
850 X86Instr* X86Instr_Sse32Fx4 ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse32Fx4()
851 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Sse32Fx4()
859 X86Instr* X86Instr_Sse32FLo ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse32FLo()
860 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Sse32FLo()
868 X86Instr* X86Instr_Sse64Fx2 ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse64Fx2()
869 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Sse64Fx2()
877 X86Instr* X86Instr_Sse64FLo ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse64FLo()
878 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_Sse64FLo()
886 X86Instr* X86Instr_SseReRg ( X86SseOp op, HReg re, HReg rg ) { in X86Instr_SseReRg()
887 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_SseReRg()
894 X86Instr* X86Instr_SseCMov ( X86CondCode cond, HReg src, HReg dst ) { in X86Instr_SseCMov()
895 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_SseCMov()
903 X86Instr* X86Instr_SseShuf ( Int order, HReg src, HReg dst ) { in X86Instr_SseShuf()
904 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_SseShuf()
912 X86Instr* X86Instr_EvCheck ( X86AMode* amCounter, in X86Instr_EvCheck()
914 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_EvCheck()
920 X86Instr* X86Instr_ProfInc ( void ) { in X86Instr_ProfInc()
921 X86Instr* i = LibVEX_Alloc_inline(sizeof(X86Instr)); in X86Instr_ProfInc()
926 void ppX86Instr ( const X86Instr* i, Bool mode64 ) { in ppX86Instr()
1222 void getRegUsage_X86Instr (HRegUsage* u, const X86Instr* i, Bool mode64) in getRegUsage_X86Instr()
1498 void mapRegs_X86Instr ( HRegRemap* m, X86Instr* i, Bool mode64 ) in mapRegs_X86Instr()
1670 Bool isMove_X86Instr ( const X86Instr* i, HReg* src, HReg* dst ) in isMove_X86Instr()
1760 X86Instr* directReload_X86( X86Instr* i, HReg vreg, Short spill_off ) in directReload_X86()
2125 UChar* buf, Int nbuf, const X86Instr* i, in emit_X86Instr()