Home
last modified time | relevance | path

Searched defs:new_lo (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dint128.h240 uint64 new_lo = Uint128Low64(val) << amount; variable
256 uint64 new_lo = (Uint128Low64(val) >> amount) | variable
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp3123 Temp new_lo = bld.tmp(v1); in emit_load() local