Searched refs:hi_word (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 558 int hi_word = static_cast<int>(offset >> 16); in PatchConstantPoolAccessInstruction() local 560 if (lo_word & 0x8000) hi_word++; in PatchConstantPoolAccessInstruction() 565 instr1 |= (hi_word & kImm16Mask); in PatchConstantPoolAccessInstruction() 661 int hi_word = itarget >> 16; in set_target_address_at() 663 instr1 |= hi_word; in set_target_address_at()
|
D | assembler-ppc.cc | 1708 int hi_word = static_cast<int>(hi_32 >> 16); in bitwise_mov() local 1710 lis(dst, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_mov() 1713 hi_word = static_cast<int>(((lo_32 >> 16) & 0xffff)); in bitwise_mov() 1715 oris(dst, dst, Operand(hi_word)); in bitwise_mov() 1718 int hi_word = static_cast<int>(value >> 16); in bitwise_mov() local 1720 lis(dst, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_mov() 1728 int hi_word = static_cast<int>(value >> 16); in bitwise_mov32() local 1730 lis(dst, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_mov32() 1741 int hi_word = static_cast<int>(value >> 16); in bitwise_add32() local 1743 if (lo_word & 0x8000) hi_word++; in bitwise_add32() [all …]
|
D | macro-assembler-ppc.h | 1360 inline void TestIfInt32(Register hi_word, Register lo_word, Register scratch, 1364 cmp(scratch, hi_word, cr);
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 1621 inline void TestIfInt32(Register hi_word, Register lo_word, in TestIfInt32() argument 1625 CmpP(scratch, hi_word); in TestIfInt32()
|