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