Home | History | Annotate | Download | only in VEX

Lines Matching refs:IRType

79 //static IRSB* ac_instrument ( IRSB*, VexGuestLayout*, IRType );
84 IRType gWordTy, IRType hWordTy );
276 IRSB* ac_instrument (IRSB* bb_in, VexGuestLayout* layout, IRType hWordTy )
505 static IRType shadowType ( IRType ty );
536 IRType hWordTy;
648 static IRType shadowType ( IRType ty )
666 static IRExpr* definedOfType ( IRType ty ) {
704 static IRAtom* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) {
779 static IRAtom* mkUifU ( MCEnv* mce, IRType vty, IRAtom* a1, IRAtom* a2 ) {
934 static IRAtom* mkPCastTo( MCEnv* mce, IRType dst_ty, IRAtom* vbits )
936 IRType ty;
1019 IRType ty;
1133 IRType ty;
1164 IRType ty, tyS;
1195 IRExpr* shadow_GET ( MCEnv* mce, Int offset, IRType ty )
1197 IRType tyS = shadowType(ty);
1216 IRType ty = descr->elemTy;
1217 IRType tyS = shadowType(ty);
1245 IRAtom* mkLazy2 ( MCEnv* mce, IRType finalVty, IRAtom* va1, IRAtom* va2 )
1265 IRAtom** exprvec, IRType finalVtype, IRCallee* cee )
1301 IRType ty;
1600 IRType and_or_ty;
2007 IRAtom* expr2vbits_LDle_WRK ( MCEnv* mce, IRType ty, IRAtom* addr, UInt bias )
2047 IRType tyAddr = mce->hWordTy;
2068 IRAtom* expr2vbits_LDle ( MCEnv* mce, IRType ty, IRAtom* addr, UInt bias )
2094 IRType ty;
2174 IRType ty, tyH;
2208 IRType ty, tyAddr;
2320 static IRType szToITy ( Int n )
2336 IRType tyAddr, tySrc, tyDst;
2573 IRType gWordTy, IRType hWordTy )