Searched refs:signbit (Results 1 – 2 of 2) sorted by relevance
145 uint32_t signbit = (displacement >> 31) & 0x1; in PatchBl() local150 uint32_t j1 = i1 ^ (signbit ^ 1); in PatchBl()151 uint32_t j2 = i2 ^ (signbit ^ 1); in PatchBl()152 uint32_t value = (signbit << 26) | (j1 << 13) | (j2 << 11) | (imm10 << 16) | imm11; in PatchBl()
3318 return IsArithmeticZero() && !std::signbit(value_);3321 return IsArithmeticZero() && std::signbit(value_);3375 return IsArithmeticZero() && !std::signbit(value_);3378 return IsArithmeticZero() && std::signbit(value_);