Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc423 const uint16_t word3 = High16Bits(High32Bits(input)); /* MSW. */ \
425 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \
473 const uint16_t word3 = High16Bits(High32Bits(input)); // MSW. in TEST() local
475 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, in TEST()