/prebuilts/go/darwin-x86/src/math/big/ |
arith_amd64p32.s | 24 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_decl.go | 15 func subVW(z, x []Word, y Word) (c Word)
|
arith_mips64x.s | 27 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_mipsx.s | 27 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_decl_pure.go | 29 func subVW(z, x []Word, y Word) (c Word) {
|
arith_arm64.s | 100 // func subVW(z, x []Word, y Word) (c Word) 101 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_386.s | 104 // func subVW(z, x []Word, y Word) (c Word) 105 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_arm.s | 91 // func subVW(z, x []Word, y Word) (c Word) 92 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_ppc64x.s | 90 TEXT ·subVW(SB), NOSPLIT, $0
|
arith_amd64.s | 194 // func subVW(z, x []Word, y Word) (c Word) 196 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_test.go | 221 testFunVW(t, "subVW", subVW, arg)
|
arith_s390x.s | 742 TEXT ·subVW(SB),NOSPLIT,$0 764 // func subVW(z, x []Word, y Word) (c Word) 899 // func subVW(z, x []Word, y Word) (c Word)
|
/prebuilts/go/linux-x86/src/math/big/ |
arith_amd64p32.s | 24 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_decl.go | 15 func subVW(z, x []Word, y Word) (c Word)
|
arith_mips64x.s | 27 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_mipsx.s | 27 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_decl_pure.go | 29 func subVW(z, x []Word, y Word) (c Word) {
|
arith_arm64.s | 100 // func subVW(z, x []Word, y Word) (c Word) 101 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_386.s | 104 // func subVW(z, x []Word, y Word) (c Word) 105 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_arm.s | 91 // func subVW(z, x []Word, y Word) (c Word) 92 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_ppc64x.s | 90 TEXT ·subVW(SB), NOSPLIT, $0
|
arith_amd64.s | 194 // func subVW(z, x []Word, y Word) (c Word) 196 TEXT ·subVW(SB),NOSPLIT,$0
|
arith_test.go | 221 testFunVW(t, "subVW", subVW, arg)
|
/art/compiler/optimizing/ |
code_generator_vector_mips.cc | 275 __ SubvW(dst, dst, src); 504 __ SubvW(dst, lhs, rhs); [all...] |
code_generator_vector_mips64.cc | 274 __ SubvW(dst, dst, src); 503 __ SubvW(dst, lhs, rhs); [all...] |