Home
last modified time | relevance | path

Searched defs:lo_word (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ppc/
Dassembler-ppc-inl.h570 int lo_word = static_cast<int>(offset & 0xffff); in PatchConstantPoolAccessInstruction() local
Dassembler-ppc.cc1742 int lo_word = static_cast<int>(hi_32 & 0xffff); in bitwise_mov() local
1752 int lo_word = static_cast<int>(value & 0xffff); in bitwise_mov() local
1762 int lo_word = static_cast<int>(value & 0xffff); in bitwise_mov32() local
1775 int lo_word = static_cast<int>(value & 0xffff); in bitwise_add32() local
/external/v8/src/s390/
Dmacro-assembler-s390.h1615 inline void TestIfInt32(Register hi_word, Register lo_word, in TestIfInt32()