Home
last modified time | relevance | path

Searched refs:lo_word (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/codegen/ppc/
Dassembler-ppc-inl.h394 int lo_word = static_cast<int>(offset & 0xffff); in PatchConstantPoolAccessInstruction() local
395 if (lo_word & 0x8000) hi_word++; in PatchConstantPoolAccessInstruction()
402 instr2 |= (lo_word & kImm16Mask); in PatchConstantPoolAccessInstruction()
497 int lo_word = itarget & kImm16Mask; in set_target_address_at()
502 instr2 |= lo_word; in set_target_address_at()
Dassembler-ppc.cc1287 int lo_word = static_cast<int>(hi_32 & 0xFFFF); in bitwise_mov() local
1289 ori(dst, dst, Operand(lo_word)); in bitwise_mov()
1292 lo_word = static_cast<int>(lo_32 & 0xFFFF); in bitwise_mov()
1294 ori(dst, dst, Operand(lo_word)); in bitwise_mov()
1297 int lo_word = static_cast<int>(value & 0xFFFF); in bitwise_mov() local
1299 ori(dst, dst, Operand(lo_word)); in bitwise_mov()
1306 int lo_word = static_cast<int>(value & 0xFFFF); in bitwise_mov32() local
1308 ori(dst, dst, Operand(lo_word)); in bitwise_mov32()
1318 int lo_word = static_cast<int>(value & 0xFFFF); in bitwise_add32() local
1319 if (lo_word & 0x8000) hi_word++; in bitwise_add32()
[all …]
Dmacro-assembler-ppc.h609 inline void TestIfInt32(Register hi_word, Register lo_word, Register scratch,
612 srawi(scratch, lo_word, 31);
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_type.cpp35 const uint32_t lo_word = const_words[3]; in ConstantLiteralAsInt64() local
36 if (width <= 32) return int32_t(lo_word); in ConstantLiteralAsInt64()
40 return static_cast<int64_t>(uint64_t(lo_word) | uint64_t(hi_word) << 32); in ConstantLiteralAsInt64()
50 const uint32_t lo_word = const_words[3]; in ConstantLiteralAsUint64() local
51 if (width <= 32) return lo_word; in ConstantLiteralAsUint64()
55 return (uint64_t(lo_word) | uint64_t(hi_word) << 32); in ConstantLiteralAsUint64()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp35 const uint32_t lo_word = const_words[3]; in ConstantLiteralAsInt64() local
36 if (width <= 32) return int32_t(lo_word); in ConstantLiteralAsInt64()
40 return static_cast<int64_t>(uint64_t(lo_word) | uint64_t(hi_word) << 32); in ConstantLiteralAsInt64()
50 const uint32_t lo_word = const_words[3]; in ConstantLiteralAsUint64() local
51 if (width <= 32) return lo_word; in ConstantLiteralAsUint64()
55 return (uint64_t(lo_word) | uint64_t(hi_word) << 32); in ConstantLiteralAsUint64()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_type.cpp35 const uint32_t lo_word = const_words[3]; in ConstantLiteralAsInt64() local
36 if (width <= 32) return int32_t(lo_word); in ConstantLiteralAsInt64()
40 return static_cast<int64_t>(uint64_t(lo_word) | uint64_t(hi_word) << 32); in ConstantLiteralAsInt64()
50 const uint32_t lo_word = const_words[3]; in ConstantLiteralAsUint64() local
51 if (width <= 32) return lo_word; in ConstantLiteralAsUint64()
55 return (uint64_t(lo_word) | uint64_t(hi_word) << 32); in ConstantLiteralAsUint64()