Searched refs:b2_val (Results 1 – 1 of 1) sorted by relevance
2661 int64_t b2_val = (b2 == 0) ? 0 : get_register(b2); in DecodeFourByte() local2667 reinterpret_cast<const byte*>(b2_val + x2_val + d2_val)); in DecodeFourByte()2669 reinterpret_cast<const byte*>(b2_val + x2_val + d2_val)); in DecodeFourByte()2756 int64_t b2_val = (b2 == 0) ? 0 : get_register(b2); in DecodeFourByte() local2758 intptr_t mem_addr = x2_val + b2_val + d2_val; in DecodeFourByte()2844 intptr_t b2_val = b2 == 0 ? 0 : get_register(b2); in DecodeFourByte() local2845 intptr_t branch_address = b2_val + d2; in DecodeFourByte()2905 int64_t b2_val = b2 == 0 ? 0 : get_register(b2); in DecodeFourByte() local2906 int shiftBits = (b2_val + d2) & 0x3F; in DecodeFourByte()2925 int64_t b2_val = b2 == 0 ? 0 : get_register(b2); in DecodeFourByte() local[all …]