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

1 2

  /prebuilts/go/darwin-x86/src/math/big/
arith_ppc64x.s 17 MULLD R4, R5, R7
114 MULLD R9, R20, R6 // R6 = z0 = Low-order(x[i]*y)
143 MULLD R9, R20, R6 // R6 = Low-order(x[i]*y)
169 MULLD R6, R3, R8
170 MULLD R6, R7, R20
  /prebuilts/go/linux-x86/src/math/big/
arith_ppc64x.s 17 MULLD R4, R5, R7
114 MULLD R9, R20, R6 // R6 = z0 = Low-order(x[i]*y)
143 MULLD R9, R20, R6 // R6 = Low-order(x[i]*y)
169 MULLD R6, R3, R8
170 MULLD R6, R7, R20
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
s390x.s 91 MULLD $-2147483648, R1 // c21080000000
92 MULLD $-2147483648, R1, R2 // b9040021c22080000000
166 MULLD (R1)(R2*1), R3 // e3321000000c
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
s390x.s 91 MULLD $-2147483648, R1 // c21080000000
92 MULLD $-2147483648, R1, R2 // b9040021c22080000000
166 MULLD (R1)(R2*1), R3 // e3321000000c
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 291 "MULLD",
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_ppc64x.s 119 MULLD R3, R4
187 MULLD R4, R3
sys_linux_s390x.s 123 MULLD R2, R3
198 MULLD $1000000000, R2
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 291 "MULLD",
  /prebuilts/go/linux-x86/src/runtime/
sys_linux_ppc64x.s 119 MULLD R3, R4
187 MULLD R4, R3
sys_linux_s390x.s 123 MULLD R2, R3
198 MULLD $1000000000, R2
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 22 "MULLD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 22 "MULLD",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
S390XOps.go 250 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 * arg1
252 {name: "MULLDconst", argLength: 1, reg: gp11, asm: "MULLD", aux: "Int32", typ: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 * auxint
254 {name: "MULLDload", argLength: 3, reg: gpopload, asm: "MULLD", aux: "SymOff", resultInArg0: true, clobberFlags: true, faultOnNilArg1: true, symEffect: "Read"}, // arg0 * *arg1. arg2=mem
    [all...]
PPC64Ops.go 166 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true}, // arg0*arg1 (signed 64-bit)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
S390XOps.go 250 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 * arg1
252 {name: "MULLDconst", argLength: 1, reg: gp11, asm: "MULLD", aux: "Int32", typ: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 * auxint
254 {name: "MULLDload", argLength: 3, reg: gpopload, asm: "MULLD", aux: "SymOff", resultInArg0: true, clobberFlags: true, faultOnNilArg1: true, symEffect: "Read"}, // arg0 * *arg1. arg2=mem
    [all...]
PPC64Ops.go 166 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true}, // arg0*arg1 (signed 64-bit)
  /external/pcre/dist2/src/sljit/
sljitNativePPC_64.c 296 return push_inst(compiler, MULLD | OERC(flags) | D(dst) | A(src2) | B(src1));
sljitNativePPC_common.c 192 #define MULLD (HI(31) | LO(233))
    [all...]
  /external/v8/src/ppc/
constants-ppc.h     [all...]
assembler-ppc.cc 1552 void Assembler::mulld(Register dst, Register src1, Register src2, OEBit o, function in class:v8::internal::Assembler
    [all...]
simulator-ppc.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteS390X.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteS390X.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 165 MULLD
1492 MULLD: "mulld",
1493 MULLD_: "mulld.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 165 MULLD
1492 MULLD: "mulld",
1493 MULLD_: "mulld.",
    [all...]

Completed in 770 milliseconds

1 2