Lines Matching refs:puti
1479 void do_shadow_PUTI ( MCEnv* mce, IRPutI *puti) in do_shadow_PUTI() argument
1484 IRRegArray* descr = puti->descr; in do_shadow_PUTI()
1485 IRAtom* ix = puti->ix; in do_shadow_PUTI()
1486 Int bias = puti->bias; in do_shadow_PUTI()
1487 IRAtom* atom = puti->data; in do_shadow_PUTI()
7354 IRPutI *puti = st->Ist.PutI.details; in schemeS() local
7357 IRRegArray* descr = puti->descr; in schemeS()
7372 t1 = schemeE( mce, puti->data ); in schemeS()
7373 t2 = schemeE( mce, puti->ix ); in schemeS()
7376 stmt( 'B', mce, IRStmt_PutI( mkIRPutI(descr_b, puti->ix, in schemeS()
7377 puti->bias, t4) )); in schemeS()