Searched refs:lo_word (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 572 int lo_word = static_cast<int>(offset & 0xffff); in PatchConstantPoolAccessInstruction() local 573 if (lo_word & 0x8000) hi_word++; in PatchConstantPoolAccessInstruction() 580 instr2 |= (lo_word & kImm16Mask); in PatchConstantPoolAccessInstruction() 673 int lo_word = itarget & kImm16Mask; in set_target_address_at() 678 instr2 |= lo_word; in set_target_address_at()
|
D | assembler-ppc.cc | 1697 int lo_word = static_cast<int>(hi_32 & 0xffff); in bitwise_mov() local 1699 ori(dst, dst, Operand(lo_word)); in bitwise_mov() 1702 lo_word = static_cast<int>(lo_32 & 0xffff); in bitwise_mov() 1704 ori(dst, dst, Operand(lo_word)); in bitwise_mov() 1707 int lo_word = static_cast<int>(value & 0xffff); in bitwise_mov() local 1709 ori(dst, dst, Operand(lo_word)); in bitwise_mov() 1717 int lo_word = static_cast<int>(value & 0xffff); in bitwise_mov32() local 1719 ori(dst, dst, Operand(lo_word)); in bitwise_mov32() 1730 int lo_word = static_cast<int>(value & 0xffff); in bitwise_add32() local 1731 if (lo_word & 0x8000) hi_word++; in bitwise_add32() [all …]
|
D | macro-assembler-ppc.h | 1374 inline void TestIfInt32(Register hi_word, Register lo_word, Register scratch, 1377 srawi(scratch, lo_word, 31);
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 1657 inline void TestIfInt32(Register hi_word, Register lo_word, in TestIfInt32() argument 1660 ShiftRightArith(scratch, lo_word, Operand(31)); in TestIfInt32()
|