Home
last modified time | relevance | path

Searched refs:cmpstring (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/
Dcompare_s390x.s16 TEXT runtime·cmpstring(SB),NOSPLIT|NOFRAME,$0-40
Dcompare_wasm.s18 TEXT runtime·cmpstring(SB), NOSPLIT, $0-40
Dcompare_loong64.s19 TEXT runtime·cmpstring<ABIInternal>(SB),NOSPLIT,$0-40
Dcompare_mipsx.s42 TEXT runtime·cmpstring(SB),NOSPLIT,$0-20
Dcompare_mips64x.s18 TEXT runtime·cmpstring(SB),NOSPLIT,$0-40
Dcompare_arm.s16 TEXT runtime·cmpstring(SB),NOSPLIT|NOFRAME,$0-20
Dcompare_arm64.s19 TEXT runtime·cmpstring<ABIInternal>(SB),NOSPLIT|NOFRAME,$0-40
Dcompare_386.s16 TEXT runtime·cmpstring(SB),NOSPLIT,$0-20
Dcompare_amd64.s20 TEXT runtime·cmpstring<ABIInternal>(SB),NOSPLIT,$0-40
Dcompare_riscv64.s19 TEXT runtime·cmpstring<ABIInternal>(SB),NOSPLIT|NOFRAME,$0-40
Dcompare_ppc64x.s67 TEXT runtime·cmpstring<ABIInternal>(SB),NOSPLIT|NOFRAME,$0-40
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/
Druntime.go74 func cmpstring(string, string) int func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dgeneric.rules2798 // Calling cmpstring a second time with the same arguments in the
2803 && isSameCall(f, "runtime.cmpstring")
2804 && isSameCall(g, "runtime.cmpstring")
2807 // If we don't use the result of cmpstring, might as well not call it.
2809 (SelectN [1] c:(StaticLECall {f} _ _ mem)) && c.Uses == 1 && isSameCall(f, "runtime.cmpstring") && …