Home
last modified time | relevance | path

Searched refs:_t1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dsfp-machine_32.h112 register USItype _t1 __asm__ ("g1"), _t2 __asm__ ("g2"); \
129 __asm__ __volatile__ ("" : "=r" (_t1), "=r" (_t2)); \
130 r3 = _t1; r2 = _t2; \
137 register USItype _t1 __asm__ ("g1"), _t2 __asm__ ("g2"); \
154 __asm__ __volatile__ ("" : "=r" (_t1), "=r" (_t2)); \
155 r3 = _t1; r2 = _t2; \
/openbmc/linux/arch/mips/lib/
H A Dcsum_partial.S75 #define CSUM_BIGCHUNK1(src, offset, sum, _t0, _t1, _t2, _t3) \ argument
77 LOAD _t1, (offset + UNIT(1))(src); \
80 ADDC(_t0, _t1); \
86 #define CSUM_BIGCHUNK(src, offset, sum, _t0, _t1, _t2, _t3) \ argument
87 CSUM_BIGCHUNK1(src, offset, sum, _t0, _t1, _t2, _t3)
89 #define CSUM_BIGCHUNK(src, offset, sum, _t0, _t1, _t2, _t3) \ argument
90 CSUM_BIGCHUNK1(src, offset, sum, _t0, _t1, _t2, _t3); \
91 CSUM_BIGCHUNK1(src, offset + 0x10, sum, _t0, _t1, _t2, _t3)
/openbmc/linux/include/math-emu/
H A Dop-4.h582 UWtype _t0, _t1, _t2; \
583 _t0 = x0, _t1 = x1, _t2 = x2; \
584 __FP_FRAC_SUB_3 (x2, x1, x0, _t2, _t1, _t0, y2, y1, y0); \
591 UWtype _t0, _t1, _t2, _t3; \
592 _t0 = x0, _t1 = x1, _t2 = x2, _t3 = x3; \
593 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \
/openbmc/linux/drivers/iio/adc/
H A Dpalmas_gpadc.c45 #define PALMAS_ADC_INFO(_chan, _x1, _x2, _v1, _v2, _t1, _t2, _is_uncalibrated) \ argument
54 .trim1_reg = PALMAS_GPADC_TRIM##_t1, \