Home
last modified time | relevance | path

Searched refs:ABS (Results 1 – 25 of 87) sorted by relevance

1234

/NextBSD/contrib/binutils/bfd/
HDcpu-ia64-opc.c429 #define ABS IA64_OPND_CLASS_ABS macro
510 { ABS, ins_cimmu, ext_cimmu, 0, {{ 5, 20 }}, UDEC, /* CCNT5 */
512 { ABS, ins_cnt, ext_cnt, 0, {{ 2, 27 }}, UDEC, /* CNT2a */
514 { ABS, ins_cnt2b, ext_cnt2b, 0, {{ 2, 27 }}, UDEC, /* CNT2b */
516 { ABS, ins_cnt2c, ext_cnt2c, 0, {{ 2, 30 }}, UDEC, /* CNT2c */
518 { ABS, ins_immu, ext_immu, 0, {{ 5, 14}}, UDEC, /* CNT5 */
520 { ABS, ins_immu, ext_immu, 0, {{ 6, 27}}, UDEC, /* CNT6 */
522 { ABS, ins_cimmu, ext_cimmu, 0, {{ 6, 20}}, UDEC, /* CPOS6a */
524 { ABS, ins_cimmu, ext_cimmu, 0, {{ 6, 14}}, UDEC, /* CPOS6b */
526 { ABS, ins_cimmu, ext_cimmu, 0, {{ 6, 31}}, UDEC, /* CPOS6c */
[all …]
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86IntrinsicsInfo.h509 X86_INTRINSIC_DATA(avx512_mask_pabs_b_128, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
510 X86_INTRINSIC_DATA(avx512_mask_pabs_b_256, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
511 X86_INTRINSIC_DATA(avx512_mask_pabs_b_512, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
512 X86_INTRINSIC_DATA(avx512_mask_pabs_d_128, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
513 X86_INTRINSIC_DATA(avx512_mask_pabs_d_256, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
514 X86_INTRINSIC_DATA(avx512_mask_pabs_d_512, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
515 X86_INTRINSIC_DATA(avx512_mask_pabs_q_128, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
516 X86_INTRINSIC_DATA(avx512_mask_pabs_q_256, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
517 X86_INTRINSIC_DATA(avx512_mask_pabs_q_512, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
518 X86_INTRINSIC_DATA(avx512_mask_pabs_w_128, INTR_TYPE_1OP_MASK, X86ISD::ABS, 0),
[all …]
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDR600Instructions.td55 def ABS : InstFlag <"printAbs">;
97 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel,
139 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel,
140 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, ABS:$src1_abs, SEL:$src1_sel,
961 R600_TReg32_X:$src0_X, NEG:$src0_neg_X, REL:$src0_rel_X, ABS:$src0_abs_X, SEL:$src0_sel_X,
962 R600_TReg32_X:$src1_X, NEG:$src1_neg_X, REL:$src1_rel_X, ABS:$src1_abs_X, SEL:$src1_sel_X,
967 R600_TReg32_Y:$src0_Y, NEG:$src0_neg_Y, REL:$src0_rel_Y, ABS:$src0_abs_Y, SEL:$src0_sel_Y,
968 R600_TReg32_Y:$src1_Y, NEG:$src1_neg_Y, REL:$src1_rel_Y, ABS:$src1_abs_Y, SEL:$src1_sel_Y,
973 R600_TReg32_Z:$src0_Z, NEG:$src0_neg_Z, REL:$src0_rel_Z, ABS:$src0_abs_Z, SEL:$src0_sel_Z,
974 R600_TReg32_Z:$src1_Z, NEG:$src1_neg_Z, REL:$src1_rel_Z, ABS:$src1_abs_Z, SEL:$src1_sel_Z,
[all …]
HDSIDefines.h82 ABS = 1 << 1 enumerator
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDsysmacros.h61 #ifndef ABS
62 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
/NextBSD/contrib/flex/
HDgen.c450 ecgroup[i] = ABS (ecgroup[i]); in mkecstbl()
471 ecgroup[i] = ABS (ecgroup[i]); in genecs()
1283 i, ABS (tecbck[i])); in gentabs()
1285 mkdata (ABS (tecbck[i])); in gentabs()
1286 yymecs_data[i] = ABS (tecbck[i]); in gentabs()
HDflexdef.h147 #ifndef ABS
148 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
HDdfa.c198 ec = ABS (ecgroup[i]);
1006 else if (ABS (ecgroup[sym]) == transsym)
/NextBSD/contrib/gdb/gdb/
HDm2-exp.y176 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC
249 exp : ABS '(' exp ')'
793 {"ABS", ABS },
HDada-exp.y194 %right STARSTAR ABS NOT
314 exp : ABS exp %prec UNARY
HDm2-exp.c74 ABS = 276, enumerator
122 #define ABS 276 macro
2283 {"ABS", ABS },
HDada-exp.c85 ABS = 287, enumerator
133 #define ABS 287 macro
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c5682 #define ABS(x) ((x) >= 0 ? (x) : (-(x))) macro
5797 if ((ABS(magnitude) < ABS(magnitude_max)) || in ar9300_tx_iq_cal_outlier_detection()
5798 (ABS(magnitude) < ABS(magnitude_min))) in ar9300_tx_iq_cal_outlier_detection()
5802 if ((ABS(phase) < ABS(phase_max)) || in ar9300_tx_iq_cal_outlier_detection()
5803 (ABS(phase) < ABS(phase_min))) in ar9300_tx_iq_cal_outlier_detection()
5812 if (ABS(magnitude_max - magnitude_min) > MAX_MAG_DELTA) { in ar9300_tx_iq_cal_outlier_detection()
5813 if (ABS(magnitude_max - magnitude_avg) > in ar9300_tx_iq_cal_outlier_detection()
5814 ABS(magnitude_min - magnitude_avg)) in ar9300_tx_iq_cal_outlier_detection()
5830 if (ABS(phase_max - phase_min) > MAX_PHS_DELTA) { in ar9300_tx_iq_cal_outlier_detection()
5831 if (ABS(phase_max-phase_avg) > ABS(phase_min - phase_avg)) { in ar9300_tx_iq_cal_outlier_detection()
[all …]
HDar9300_paprd.c76 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) in ar9300_paprd_setup_single_table() macro
119 if (ABS(target_power_val_t2[power_tblindex], in ar9300_paprd_setup_single_table()
131 ABS(ahp->paprd_training_power, in ar9300_paprd_setup_single_table()
190 if (ABS(target_power_val_t2[power_tblindex], ahp->paprd_training_power) in ar9300_paprd_setup_single_table()
404 #undef ABS in ar9300_paprd_setup_single_table()
/NextBSD/sys/dev/sound/isa/
HDess.c48 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
443 use0 = (ABS(speed - s0) < ABS(speed - s1))? 1 : 0; in ess_calcspeed9()
/NextBSD/contrib/llvm/lib/MC/
HDMCDwarf.cpp248 MCSymbol *ABS = Context.createTempSymbol(); in forceExpAbs() local
249 OS.EmitAssignment(ABS, Expr); in forceExpAbs()
250 return MCSymbolRefExpr::create(ABS, Context); in forceExpAbs()
254 const MCExpr *ABS = forceExpAbs(OS, Value); in emitAbsValue() local
255 OS.EmitValue(ABS, Size); in emitAbsValue()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/InstPrinter/
HDAMDGPUInstPrinter.cpp351 if (InputModifiers & SISrcMods::ABS) in printOperandAndMods()
354 if (InputModifiers & SISrcMods::ABS) in printOperandAndMods()
/NextBSD/contrib/gcc/
HDsimplify-rtx.c635 if ((GET_CODE (op) == ABS in simplify_unary_operation_1()
719 if ((GET_CODE (op) == ABS in simplify_unary_operation_1()
755 case ABS: in simplify_unary_operation_1()
758 return simplify_gen_unary (ABS, mode, XEXP (op, 0), in simplify_unary_operation_1()
767 if (GET_CODE (op) == FFS || GET_CODE (op) == ABS in simplify_unary_operation_1()
1000 case ABS: in simplify_const_unary_operation()
1136 case ABS: in simplify_const_unary_operation()
1251 case ABS: in simplify_const_unary_operation()
1955 && GET_CODE (op0) == ABS in simplify_binary_operation_1()
1956 && GET_CODE (op1) == ABS in simplify_binary_operation_1()
[all …]
HDoptabs.c2469 if (code == ABS) in expand_absneg_bit()
2486 temp = expand_binop (imode, code == ABS ? and_optab : xor_optab, in expand_absneg_bit()
2505 temp = expand_binop (imode, code == ABS ? and_optab : xor_optab, in expand_absneg_bit()
2831 temp = expand_absneg_bit (ABS, mode, op0, target); in expand_abs_nojump()
3132 op0 = simplify_unary_operation (ABS, mode, op0, mode); in expand_copysign()
5256 abs_optab = init_optab (ABS); in init_optabs()
5257 absv_optab = init_optabv (ABS); in init_optabs()
/NextBSD/sys/dev/sound/pci/
HDsolo.c43 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
409 use0 = (ABS(speed - s0) < ABS(speed - s1))? 1 : 0; in ess_calcspeed9()
/NextBSD/sys/geom/raid/
HDtr_raid1.c485 #define ABS(x) (((x) >= 0) ? (x) : (-(x))) macro
512 if (ABS(G_RAID_SUBDISK_POS(sd) - bp->bio_offset) < in g_raid_tr_raid1_select_read_disk()
HDtr_raid1e.c630 #define ABS(x) (((x) >= 0) ? (x) : (-(x))) macro
673 if (ABS(G_RAID_SUBDISK_POS(sd) - offset) < in g_raid_tr_raid1e_select_read_disk()
/NextBSD/sys/dev/acpi_support/
HDacpi_ibm.c148 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
940 &temp[i])) || ABS(temp[i]) == 128 || temp[i] == 0) in acpi_ibm_thermal_sysctl()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_mirror.c179 if (ABS(lastoffset - zio_offset) < rotating_seek_offset) in vdev_mirror_load()
/NextBSD/contrib/ntp/ntpd/
HDrefclock_parse.c237 #undef ABS
238 #define ABS(_X_) (((_X_) < 0) ? -(_X_) : (_X_)) macro
3408 parse->maxunsync = (u_long)ABS(in->fudgetime2); in parse_ctl()
4467 (long) ABS(antinfo.delta_t) / 10000, in gps16x_message()
4468 (long) ABS(antinfo.delta_t) % 10000); in gps16x_message()

1234