Searched defs:lo_word (Results 1 – 3 of 3) sorted by relevance
572 int lo_word = static_cast<int>(offset & 0xffff); in PatchConstantPoolAccessInstruction() local
1697 int lo_word = static_cast<int>(hi_32 & 0xffff); in bitwise_mov() local1707 int lo_word = static_cast<int>(value & 0xffff); in bitwise_mov() local1717 int lo_word = static_cast<int>(value & 0xffff); in bitwise_mov32() local1730 int lo_word = static_cast<int>(value & 0xffff); in bitwise_add32() local
1657 inline void TestIfInt32(Register hi_word, Register lo_word, in TestIfInt32()