Searched refs:Low16Bits (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 444 const uint16_t input_lo = Low16Bits(input); \ 469 const uint16_t word0 = Low16Bits(Low32Bits(input)); /* LSW. */ \ 471 const uint16_t word2 = Low16Bits(High32Bits(input)); \ 519 const uint16_t word0 = Low16Bits(Low32Bits(input)); // LSW. in TEST_F() 521 const uint16_t word2 = Low16Bits(High32Bits(input)); in TEST_F()
|
D | constant_folding_test.cc | 164 const uint16_t word0 = Low16Bits(Low32Bits(input)); // LSW. in TEST_F() 166 const uint16_t word2 = Low16Bits(High32Bits(input)); in TEST_F()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 642 "daddiu $t9, 0x" << std::hex << Low16Bits(offset_forward1) << "\n" in TEST_F() 647 "daddiu $t9, 0x" << std::hex << Low16Bits(offset_forward2) << "\n" in TEST_F() 652 "daddiu $t9, 0x" << std::hex << Low16Bits(offset_back) << "\n" in TEST_F() 813 "jic $at, 0x" << std::hex << Low16Bits(offset_forward) << "\n" in TEST_F() 820 "jic $at, 0x" << std::hex << Low16Bits(offset_back) << "\n" in TEST_F()
|
D | assembler_mips64.cc | 1718 Jic(AT, Low16Bits(offset)); in EmitBranch() 1725 Jic(AT, Low16Bits(offset)); in EmitBranch() 1731 Daddiu(lhs, lhs, Low16Bits(offset)); in EmitBranch()
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1369 Ori(rd, rd, Low16Bits(value)); in LoadConst32() 2081 Ori(AT, AT, Low16Bits(offset)); in EmitBranch() 2097 Ori(AT, AT, Low16Bits(offset)); in EmitBranch() 2107 Ori(AT, AT, Low16Bits(offset)); in EmitBranch() 2134 Jic(AT, Low16Bits(offset)); in EmitBranch() 2141 Jic(AT, Low16Bits(offset)); in EmitBranch() 2147 Addiu(lhs, lhs, Low16Bits(offset)); in EmitBranch()
|
/art/runtime/base/ |
D | bit_utils.h | 192 static inline uint16_t Low16Bits(uint32_t value) { in Low16Bits() function
|
/art/compiler/utils/arm/ |
D | assembler_arm32.cc | 1423 movw(IP, Low16Bits(value), cond); in AddConstant() 1440 movw(IP, Low16Bits(value), cond); in CmpConstant() 1456 movw(rd, Low16Bits(value), cond); in LoadImmediate()
|
D | assembler_thumb2.cc | 3519 movw(temp, Low16Bits(-value), cond); in AddConstant() 3522 movw(temp, Low16Bits(value), cond); in AddConstant() 3549 movw(IP, Low16Bits(-value), cond); in CmpConstant() 3552 movw(IP, Low16Bits(value), cond); in CmpConstant() 3569 movw(rd, Low16Bits(value), cond); in LoadImmediate()
|