Searched refs:abs_s (Results 1 – 12 of 12) sorted by relevance
304 svar16_a = abs_s(svar16_b); in exec_dspfns1()310 svar16_a = abs_s(svar16_b); in exec_dspfns1()316 svar16_a = abs_s(svar16_b); in exec_dspfns1()
8060 abs_s(0x1) = 0x1 overflow 0 carry 08061 abs_s(0xffffffff) = 0x1 overflow 0 carry 08062 abs_s(0xffff8000) = 0x7fff overflow 0 carry 08258 abs_s(0x1) = 0x1 overflow 0 carry 18259 abs_s(0xffffffff) = 0x1 overflow 0 carry 18260 abs_s(0xffff8000) = 0x7fff overflow 0 carry 18456 abs_s(0x1) = 0x1 overflow 1 carry 08457 abs_s(0xffffffff) = 0x1 overflow 1 carry 08458 abs_s(0xffff8000) = 0x7fff overflow 1 carry 08654 abs_s(0x1) = 0x1 overflow 1 carry 1[all …]
118 void abs_s(const Operand *OpFd, const Operand *OpFs);
733 Asm->abs_s(getDest(), getSrc(0)); in emitIAS()
372 void AssemblerMIPS32::abs_s(const Operand *OpFd, const Operand *OpFs) { in abs_s() function in Ice::MIPS32::AssemblerMIPS32
1077 unsigned int abs_s; in scale10_round_decimal_decoded() local1107 abs_s = (s >= 0 ? s : -s); in scale10_round_decimal_decoded()1109 + abs_s / GMP_LIMB_BITS + 1) in scale10_round_decimal_decoded()1144 s_limbs = abs_s / GMP_LIMB_BITS; in scale10_round_decimal_decoded()1145 s_bits = abs_s % GMP_LIMB_BITS; in scale10_round_decimal_decoded()
895 void abs_s(FPURegister fd, FPURegister fs);
2559 void Assembler::abs_s(FPURegister fd, FPURegister fs) { in abs_s() function in v8::internal::Assembler
953 void abs_s(FPURegister fd, FPURegister fs);
2887 void Assembler::abs_s(FPURegister fd, FPURegister fs) { in abs_s() function in v8::internal::Assembler
1110 __ abs_s(i.OutputSingleRegister(), i.InputSingleRegister(0)); in AssembleArchInstruction() local
1340 __ abs_s(i.OutputSingleRegister(), i.InputSingleRegister(0)); in AssembleArchInstruction() local