Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc444 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()
Dconstant_folding_test.cc164 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/
Dassembler_mips64_test.cc642 "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()
Dassembler_mips64.cc1718 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/
Dassembler_mips.cc1369 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/
Dbit_utils.h192 static inline uint16_t Low16Bits(uint32_t value) { in Low16Bits() function
/art/compiler/utils/arm/
Dassembler_arm32.cc1423 movw(IP, Low16Bits(value), cond); in AddConstant()
1440 movw(IP, Low16Bits(value), cond); in CmpConstant()
1456 movw(rd, Low16Bits(value), cond); in LoadImmediate()
Dassembler_thumb2.cc3519 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()