Home
last modified time | relevance | path

Searched refs:t_mask (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_ref.go112 t_mask := (t4 >> 31) - 1
113 h_mask := ^t_mask
114 h0 = (h0 & h_mask) | (t0 & t_mask)
115 h1 = (h1 & h_mask) | (t1 & t_mask)
116 h2 = (h2 & h_mask) | (t2 & t_mask)
117 h3 = (h3 & h_mask) | (t3 & t_mask)
118 h4 = (h4 & h_mask) | (t4 & t_mask)
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c6322 t_addr1, t_esp, t_mask, t_new; in dis_bt_G_E() local
6328 = t_mask = t_new = IRTemp_INVALID; in dis_bt_G_E()
6391 t_mask = newTemp(Ity_I8); in dis_bt_G_E()
6392 assign( t_mask, binop(Iop_Shl8, mkU8(1), mkexpr(t_bitno2)) ); in dis_bt_G_E()
6403 binop(Iop_Or8, mkexpr(t_fetched), mkexpr(t_mask)) ); in dis_bt_G_E()
6407 binop(Iop_Xor8, mkexpr(t_fetched), mkexpr(t_mask)) ); in dis_bt_G_E()
6412 unop(Iop_Not8, mkexpr(t_mask))) ); in dis_bt_G_E()
Dguest_amd64_toIR.c8087 t_addr1, t_rsp, t_mask, t_new; in dis_bt_G_E() local
8093 = t_mask = t_new = IRTemp_INVALID; in dis_bt_G_E()
8183 t_mask = newTemp(Ity_I8); in dis_bt_G_E()
8184 assign( t_mask, binop(Iop_Shl8, mkU8(1), mkexpr(t_bitno2)) ); in dis_bt_G_E()
8195 binop(Iop_Or8, mkexpr(t_fetched), mkexpr(t_mask)) ); in dis_bt_G_E()
8199 binop(Iop_Xor8, mkexpr(t_fetched), mkexpr(t_mask)) ); in dis_bt_G_E()
8204 unop(Iop_Not8, mkexpr(t_mask))) ); in dis_bt_G_E()