Home
last modified time | relevance | path

Searched refs:value8 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/Transforms/InstCombine/
D2013-03-05-Combine-BitcastTy-Into-Alloca.ll29 %bf.value8 = and i96 %2, 63
31 %bf.set5 = or i96 %bf.clear4, %bf.value8
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2013-03-05-Combine-BitcastTy-Into-Alloca.ll29 %bf.value8 = and i96 %2, 63
31 %bf.set5 = or i96 %bf.clear4, %bf.value8
/external/protobuf/src/google/protobuf/io/
Dprinter.cc278 const char* variable8, const string& value8) { in Print() argument
287 vars[variable8] = value8; in Print()
Dprinter.h255 const char* variable8, const string& value8);
/external/u-boot/drivers/net/phy/
Db53.c638 u8 value8 = 0; in do_b53_reg_read() local
652 ret = b53_mdio_read8(bus, page, offset, &value8); in do_b53_reg_read()
654 page, offset, value8); in do_b53_reg_read()