Lines Matching defs:update

454 update({'%anno',_}, Ts) ->  function
456 update({set,[D],[S],move}, Ts) -> function
458 update({set,[D],[Index,Reg],{bif,element,_}}, Ts0) -> function
465 update({set,[D],[_Key,Map],{bif,map_get,_}}, Ts0) -> function
468 update({set,[D],Args,{bif,N,_}}, Ts) -> function
478 update({set,[D],[S],{get_tuple_element,0}}, Ts0) -> function
486 update({set,[D],[S],{alloc,_,{gc_bif,float,{f,0}}}}, Ts0) -> function
492 update({set,[D],[S1,S2],{alloc,_,{gc_bif,'band',{f,0}}}}, Ts) -> function
495 update({set,[D],[S1,S2],{alloc,_,{gc_bif,'/',{f,0}}}}, Ts) -> function
501 update({set,[D],[S1,S2],{alloc,_,{gc_bif,Op,{f,0}}}}, Ts0) -> function
514 update({set,[D],[_],{alloc,_,{gc_bif,Op,{f,0}}}}, Ts) -> function
516 update({set,[],_Src,_Op}, Ts) -> function
518 update({set,[D],_Src,_Op}, Ts) -> function
520 update({kill,D}, Ts) -> function
524 update({test,test_arity,_Fail,[Src,Arity]}, Ts) -> function
526 update({get_map_elements,_,Src,{list,Elems0}}, Ts0) -> function
530 update({test,is_eq_exact,_,[Reg,{atom,_}=Atom]}, Ts0) -> function
538 update({test,is_record,_Fail,[Src,Tag,{integer,Arity}]}, Ts) -> function
543 update({test,bs_get_integer2,_,_,Args,Dst}, Ts) -> function
545 update({test,bs_get_utf8,_,_,_,Dst}, Ts) -> function
547 update({test,bs_get_utf16,_,_,_,Dst}, Ts) -> function
549 update({test,bs_get_utf32,_,_,_,Dst}, Ts) -> function
551 update({bs_init,_,{bs_init2,_,_},_,_,Dst}, Ts) -> function
553 update({bs_init,_,_,_,_,Dst}, Ts) -> function
555 update({bs_put,_,_,_}, Ts) -> function
557 update({bs_save2,_,_}, Ts) -> function
559 update({bs_restore2,_,_}, Ts) -> function
561 update({bs_context_to_binary,Dst}, Ts) -> function
563 update({test,bs_start_match2,_,_,[Src,_],Dst}, Ts0) -> function
566 update({test,bs_get_binary2,_,_,[_,_,Unit,_],Dst}, Ts) -> function
569 update({test,bs_get_float2,_,_,_,Dst}, Ts) -> function
571 update({test,bs_test_unit,_,[Src,Unit]}, Ts) -> function
575 update({test,Test,_Fail,[Src]}, Ts) -> function
587 update({test,_Test,_Fail,_Other}, Ts) -> function
592 update({call_ext,Ar,{extfunc,math,Math,Ar}}, Ts) -> function
597 update({call_ext,3,{extfunc,erlang,setelement,3}}, Ts0) -> function
615 update({call,_Arity,_Func}, Ts) -> tdb_kill_xregs(Ts); function
616 update({call_ext,_Arity,_Func}, Ts) -> tdb_kill_xregs(Ts); function
617 update({make_fun2,_,_,_,_}, Ts) -> tdb_kill_xregs(Ts); function
618 update({call_fun, _}, Ts) -> tdb_kill_xregs(Ts); function
619 update({apply, _}, Ts) -> tdb_kill_xregs(Ts); function
621 update({line,_}, Ts) -> Ts; function
622 update({'%',_}, Ts) -> Ts; function
625 update(_I, _Ts) -> tdb_new(). function