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

  /prebuilts/go/darwin-x86/src/runtime/
memclr_ppc64x.s 17 SRAD $3, R4, R6 // R6: double words to clear
memmove_ppc64x.s 19 SRAD $3, R5, R6 // R6: double words to copy
  /prebuilts/go/linux-x86/src/runtime/
memclr_ppc64x.s 17 SRAD $3, R4, R6 // R6: double words to clear
memmove_ppc64x.s 19 SRAD $3, R5, R6 // R6: double words to copy
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 309 "SRAD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 309 "SRAD",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 173 {name: "SRAD", argLength: 2, reg: gp21, asm: "SRAD"}, // arg0 >>a arg1, 64 bits (all sign if arg1 & 64 != 0)
183 {name: "SRADconst", argLength: 1, reg: gp11, asm: "SRAD", aux: "Int64"}, // arg0 >>a aux, 64 bits
S390XOps.go 274 {name: "SRAD", argLength: 2, reg: sh21, asm: "SRAD", clobberFlags: true}, // signed arg0 >> arg1, shift amount is mod 64
276 {name: "SRADconst", argLength: 1, reg: gp11, asm: "SRAD", aux: "Int64", clobberFlags: true}, // signed arg0 >> auxint, shift amount 0-63
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 173 {name: "SRAD", argLength: 2, reg: gp21, asm: "SRAD"}, // arg0 >>a arg1, 64 bits (all sign if arg1 & 64 != 0)
183 {name: "SRADconst", argLength: 1, reg: gp11, asm: "SRAD", aux: "Int64"}, // arg0 >>a aux, 64 bits
S390XOps.go 274 {name: "SRAD", argLength: 2, reg: sh21, asm: "SRAD", clobberFlags: true}, // signed arg0 >> arg1, shift amount is mod 64
276 {name: "SRADconst", argLength: 1, reg: gp11, asm: "SRAD", aux: "Int64", clobberFlags: true}, // signed arg0 >> auxint, shift amount 0-63
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 60 "SRAD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 60 "SRAD",
  /external/pcre/dist2/src/sljit/
sljitNativePPC_64.c 384 FAIL_IF(push_inst(compiler, ((flags & ALT_FORM2) ? SRAW : SRAD) | RC(flags) | S(src1) | A(dst) | B(src2)));
sljitNativePPC_common.c 205 #define SRAD (HI(31) | LO(794))
    [all...]
  /external/v8/src/ppc/
constants-ppc.h     [all...]
assembler-ppc.cc 1522 void Assembler::srad(Register ra, Register rs, Register rb, RCBit r) { function in class:v8::internal::Assembler
    [all...]
simulator-ppc.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteS390X.go     [all...]
rewritePPC64.go     [all...]
opGen.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteS390X.go     [all...]
rewritePPC64.go     [all...]
opGen.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 271 SRAD
1598 SRAD: "srad",
1599 SRAD_: "srad.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 271 SRAD
1598 SRAD: "srad",
1599 SRAD_: "srad.",
    [all...]

Completed in 996 milliseconds