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

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 248 SLW R1, R2, R3
254 SLW R1, R2
260 SLW $4, R1, R2
266 SLW $4, R1
272 SLW $4, R1
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 248 SLW R1, R2, R3
254 SLW R1, R2
260 SLW $4, R1, R2
266 SLW $4, R1
272 SLW $4, R1
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 180 "SLW",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 180 "SLW",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 178 {name: "SLW", argLength: 2, reg: gp21, asm: "SLW"}, // arg0 << arg1, 32 bits (0 if arg1 & 32 != 0)
188 {name: "SLWconst", argLength: 1, reg: gp11, asm: "SLW", aux: "Int64"}, // arg0 << aux, 32 bits
S390XOps.go 264 {name: "SLW", argLength: 2, reg: sh21, asm: "SLW"}, // arg0 << arg1, shift amount is mod 32
266 {name: "SLWconst", argLength: 1, reg: gp11, asm: "SLW", aux: "Int32"}, // arg0 << auxint, shift amount 0-31
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 178 {name: "SLW", argLength: 2, reg: gp21, asm: "SLW"}, // arg0 << arg1, 32 bits (0 if arg1 & 32 != 0)
188 {name: "SLWconst", argLength: 1, reg: gp11, asm: "SLW", aux: "Int64"}, // arg0 << aux, 32 bits
S390XOps.go 264 {name: "SLW", argLength: 2, reg: sh21, asm: "SLW"}, // arg0 << arg1, shift amount is mod 32
266 {name: "SLWconst", argLength: 1, reg: gp11, asm: "SLW", aux: "Int32"}, // arg0 << auxint, shift amount 0-31
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_32.c 220 return push_inst(compiler, SLW | RC(flags) | S(src1) | A(dst) | B(src2));
sljitNativePPC_64.c 353 return push_inst(compiler, ((flags & ALT_FORM2) ? SLW : SLD) | RC(flags) | S(src1) | A(dst) | B(src2));
sljitNativePPC_common.c 204 #define SLW (HI(31) | LO(24))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 55 "SLW",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 55 "SLW",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewritePPC64.go     [all...]
rewriteS390X.go     [all...]
opGen.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewritePPC64.go     [all...]
rewriteS390X.go     [all...]
opGen.go     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 257 SLW
1584 SLW: "slw",
1585 SLW_: "slw.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 257 SLW
1584 SLW: "slw",
1585 SLW_: "slw.",
    [all...]

Completed in 576 milliseconds