Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/codegen/riscv64/
H A Dassembler-riscv64.cc3348 int64_t high_31 = (imm >> 17) & 0x7fffffff; // 31 bits in li_ptr() local
3349 int64_t high_20 = ((high_31 + 0x800) >> 12); // 19 bits in li_ptr()
3350 int64_t low_12 = high_31 & 0xfff; // 12 bits in li_ptr()
3792 int64_t high_31 = (target >> 17) & 0x7fffffff; // 31 bits in set_target_value_at() local
3793 int64_t high_20 = ((high_31 + 0x800) >> 12); // 19 bits in set_target_value_at()
3794 int64_t low_12 = high_31 & 0xfff; // 12 bits in set_target_value_at()