Searched refs:sign (Results 1 – 5 of 5) sorted by relevance
4 fp calculation because we can lose the sign of zero for
556 const char *sign = U ? "+" : "-"; in DumpThumb32() local558 args << "], #" << sign << (imm8 << 2); in DumpThumb32()560 args << ", #" << sign << (imm8 << 2) << "]"; in DumpThumb32()651 const char *sign = U ? "+" : "-"; in DumpThumb32() local653 args << "], #" << sign << imm8; in DumpThumb32()655 args << ", #" << sign << imm8 << "]"; in DumpThumb32()1380 const char* sign = is_signed ? "s" : ""; in DumpThumb32() local1388 opcode << ldr_str << sign << type << ".w"; in DumpThumb32()1405 opcode << ldr_str << sign << type << ".w"; in DumpThumb32()1423 opcode << ldr_str << sign << type << t << ".w"; in DumpThumb32()
1164 # result sign extension is handled in C code1310 sra $a3, $a1, 31 # $a3<- sign(ah)1319 move $v1, $a3 # rhi<- sign(ahi) (if shift&0x20)
328 int sign = ((small_float & 0x80) == 0) ? 1 : -1; in DecodeImmSingle() local329 float signed_mantissa = static_cast<float>(sign*mantissa); in DecodeImmSingle()
1438 # result sign extension is handled in C code