HomeSort by relevance Sort by last modified time
    Searched refs:SLD (Results 1 - 25 of 38) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/runtime/
tls_s390x.s 27 SLD $32, R11
45 SLD $32, R11
asm_s390x.s 35 SLD $32, R4, R4
712 SLD $1, R3
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
tls_s390x.s 27 SLD $32, R11
45 SLD $32, R11
asm_s390x.s 35 SLD $32, R4, R4
712 SLD $1, R3
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
asm_s390x.s 147 SLD $3, R5 // MUL $8, R5
148 SLD R5, R4
166 SLD $3, R5 // MUL $8, R5
asm_ppc64x.s 178 SLD R6, R4, R4
212 SLD R6, R4
213 SLD R6, R7
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
asm_s390x.s 147 SLD $3, R5 // MUL $8, R5
148 SLD R5, R4
166 SLD $3, R5 // MUL $8, R5
asm_ppc64x.s 178 SLD R6, R4, R4
212 SLD R6, R4
213 SLD R6, R7
  /prebuilts/go/darwin-x86/src/math/big/
arith_s390x.s 966 SLD $3, R5 // n = n*8
979 SLD R4, R3 // w<<s | w1>>?
988 X8a: SLD R4, R10 // w1<<s
997 SLD $3, R5 // n = n*8
1021 SLD $3, R5 // n = n*8
1054 SLD $3, R5 // n = n*8
1057 SLD R7, R10, R3
1068 SLD R7, R10, R6
1085 SLD $3, R5 // n = n*8
1109 SLD $3, R5 // n = n*
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith_s390x.s 966 SLD $3, R5 // n = n*8
979 SLD R4, R3 // w<<s | w1>>?
988 X8a: SLD R4, R10 // w1<<s
997 SLD $3, R5 // n = n*8
1021 SLD $3, R5 // n = n*8
1054 SLD $3, R5 // n = n*8
1057 SLD R7, R10, R3
1068 SLD R7, R10, R6
1085 SLD $3, R5 // n = n*8
1109 SLD $3, R5 // n = n*
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 306 "SLD",
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512block_ppc64le.s 53 SLD $32, R21; \
159 SLD $7, R7
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 306 "SLD",
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512block_ppc64le.s 53 SLD $32, R21; \
159 SLD $7, R7
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 177 {name: "SLD", argLength: 2, reg: gp21, asm: "SLD"}, // arg0 << arg1, 64 bits (0 if arg1 & 64 != 0)
187 {name: "SLDconst", argLength: 1, reg: gp11, asm: "SLD", aux: "Int64"}, // arg0 << aux, 64 bits
S390XOps.go 263 {name: "SLD", argLength: 2, reg: sh21, asm: "SLD"}, // arg0 << arg1, shift amount is mod 64
265 {name: "SLDconst", argLength: 1, reg: gp11, asm: "SLD", aux: "Int64"}, // arg0 << auxint, shift amount 0-63
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 177 {name: "SLD", argLength: 2, reg: gp21, asm: "SLD"}, // arg0 << arg1, 64 bits (0 if arg1 & 64 != 0)
187 {name: "SLDconst", argLength: 1, reg: gp11, asm: "SLD", aux: "Int64"}, // arg0 << aux, 64 bits
S390XOps.go 263 {name: "SLD", argLength: 2, reg: sh21, asm: "SLD"}, // arg0 << arg1, shift amount is mod 64
265 {name: "SLDconst", argLength: 1, reg: gp11, asm: "SLD", aux: "Int64"}, // arg0 << auxint, shift amount 0-63
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_ppc64le.s 26 SLD $6, R5
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_ppc64le.s 26 SLD $6, R5
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 56 "SLD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 56 "SLD",
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_ppc64le.s 150 SLD $6, R29
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_ppc64le.s 150 SLD $6, R29
  /external/pcre/dist2/src/sljit/
sljitNativePPC_64.c 353 return push_inst(compiler, ((flags & ALT_FORM2) ? SLW : SLD) | RC(flags) | S(src1) | A(dst) | B(src2));

Completed in 339 milliseconds

1 2