Searched refs:RUY_OFFSET_LHS_ZERO_POINT (Results 1 – 2 of 2) sorted by relevance
/external/ruy/ruy/ |
D | kernel_arm32.cc | 565 #define RUY_OFFSET_LHS_ZERO_POINT 32 macro 594 static_assert(offsetof(Params, lhs_zero_point) == RUY_OFFSET_LHS_ZERO_POINT, in CheckOffsetsInKernelParams8bit() 963 "ldr r5, [%[params], #" RUY_STR(RUY_OFFSET_LHS_ZERO_POINT) "]\n" in Kernel8bitNeon() 1913 "ldr r5, [%[params], #" RUY_STR(RUY_OFFSET_LHS_ZERO_POINT) "]\n" in Kernel8bitNeon1Col() 2487 #undef RUY_OFFSET_LHS_ZERO_POINT
|
D | kernel_arm64.cc | 43 #define RUY_OFFSET_LHS_ZERO_POINT 64 macro 63 static_assert(offsetof(Params, lhs_zero_point) == RUY_OFFSET_LHS_ZERO_POINT, in CheckOffsetsInKernelParams8bit() 483 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_LHS_ZERO_POINT) "]\n" in Kernel8bitNeon() 1401 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_LHS_ZERO_POINT) "]\n" in Kernel8bitNeon1Col() 2234 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_LHS_ZERO_POINT) "]\n" in Kernel8bitNeonA55ish() 3447 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_LHS_ZERO_POINT) "]\n" in Kernel8bitNeonDotprod() 4614 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_LHS_ZERO_POINT) "]\n" in Kernel8bitNeonDotprod1Col() 5376 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_LHS_ZERO_POINT) "]\n" in Kernel8bitNeonDotprodA55ish() 6379 #undef RUY_OFFSET_LHS_ZERO_POINT
|