Searched refs:word3 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 255 const uint16_t word3 = High16Bits(High32Bits(input)); /* MSW. */ \ 257 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \ 305 const uint16_t word3 = High16Bits(High32Bits(input)); // MSW. in TEST_F() local 307 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, in TEST_F()
|
D | constant_folding_test.cc | 158 const uint16_t word3 = High16Bits(High32Bits(input)); // MSW. in TEST_F() local 160 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, in TEST_F()
|