Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_dct.c99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; in SBC_FastIDCT8() local
108 x4 = (pInVect[0] + pInVect[8]) >> 1; in SBC_FastIDCT8()
115 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, (x0 + x4), in SBC_FastIDCT8()
117 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, (temp - x4), in SBC_FastIDCT8()
118 x4); /*x4 = ( temp - x4 ) * cos(1*pi/4) ; */ in SBC_FastIDCT8()
134 res_even[1] = x4 + x6; in SBC_FastIDCT8()
135 res_even[2] = x4 - x6; in SBC_FastIDCT8()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Dasm_test_jacket.S155 ldr x4, [x28,#32]
174 str x4, [x28,#32]
/system/core/debuggerd/crasher/arm64/
Dcrashglue.S8 ldr x4, =0xa5a50004
/system/core/libcutils/arch-arm64/
Dandroid_memset.S45 #define tmp2 x4