Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AArch64/
DRedundantstore.ll21 %size6 = bitcast i8* %add.ptr5 to i32*
22 store i32 %conv2, i32* %size6, align 4
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc786 size = 6; goto size6; in WriteVarint64ToArrayInline()
810 size6 : target[5] = static_cast<uint8>((part1 >> 7) | 0x80); in WriteVarint64ToArrayInline()
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc2015 byte size6[] = {kExprLoadGlobal, 1 | 0x80, 2 | 0x80, 3 | 0x80, 4 | 0x80, 5}; in TEST_F() local
2021 EXPECT_EQ(6, OpcodeLength(size6)); in TEST_F()