Searched refs:RUY_OFFSET_RHS_ZERO_POINT (Results 1 – 2 of 2) sorted by relevance
/external/ruy/ruy/ |
D | kernel_arm32.cc | 566 #define RUY_OFFSET_RHS_ZERO_POINT 36 macro 596 static_assert(offsetof(Params, rhs_zero_point) == RUY_OFFSET_RHS_ZERO_POINT, in CheckOffsetsInKernelParams8bit() 979 "ldr r5, [%[params], #" RUY_STR(RUY_OFFSET_RHS_ZERO_POINT) "]\n" in Kernel8bitNeon() 1928 "ldr r5, [%[params], #" RUY_STR(RUY_OFFSET_RHS_ZERO_POINT) "]\n" in Kernel8bitNeon1Col() 2488 #undef RUY_OFFSET_RHS_ZERO_POINT
|
D | kernel_arm64.cc | 44 #define RUY_OFFSET_RHS_ZERO_POINT 68 macro 65 static_assert(offsetof(Params, rhs_zero_point) == RUY_OFFSET_RHS_ZERO_POINT, in CheckOffsetsInKernelParams8bit() 497 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_RHS_ZERO_POINT) "]\n" in Kernel8bitNeon() 1412 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_RHS_ZERO_POINT) "]\n" in Kernel8bitNeon1Col() 2248 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_RHS_ZERO_POINT) "]\n" in Kernel8bitNeonA55ish() 3473 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_RHS_ZERO_POINT) "]\n" in Kernel8bitNeonDotprod() 4626 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_RHS_ZERO_POINT) "]\n" in Kernel8bitNeonDotprod1Col() 5411 "ldr w5, [%[params], #" RUY_STR(RUY_OFFSET_RHS_ZERO_POINT) "]\n" in Kernel8bitNeonDotprodA55ish() 6380 #undef RUY_OFFSET_RHS_ZERO_POINT
|