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

1 2

  /prebuilts/go/darwin-x86/src/math/big/
arith_ppc64x.s 17 MULLD R4, R5, R7
44 MULLD R5, R28, R6
88 MULLD R18, R3, R5
90 MULLD R9, R20, R6
124 MULLD R5, R19
131 MULLD R9, R16, R12
133 MULLD R9, R18, R6
154 MULLD R5, R19
157 MULLD R9, R16, R12
arith_ppc64le.s 24 MULLD R6, R3, R8
25 MULLD R6, R7, R20
  /prebuilts/go/linux-x86/src/math/big/
arith_ppc64x.s 17 MULLD R4, R5, R7
44 MULLD R5, R28, R6
88 MULLD R18, R3, R5
90 MULLD R9, R20, R6
124 MULLD R5, R19
131 MULLD R9, R16, R12
133 MULLD R9, R18, R6
154 MULLD R5, R19
157 MULLD R9, R16, R12
arith_ppc64le.s 24 MULLD R6, R3, R8
25 MULLD R6, R7, R20
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
s390x.s 83 MULLD $-2147483648, R1 // c21080000000
84 MULLD $-2147483648, R1, R2 // b9040021c22080000000
158 MULLD (R1)(R2*1), R3 // e3321000000c
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
s390x.s 83 MULLD $-2147483648, R1 // c21080000000
84 MULLD $-2147483648, R1, R2 // b9040021c22080000000
158 MULLD (R1)(R2*1), R3 // e3321000000c
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 282 "MULLD",
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_ppc64x.s 112 MULLD R3, R4
180 MULLD R4, R3
sys_linux_s390x.s 117 MULLD R2, R3
192 MULLD $1000000000, R2
asm_ppc64x.s 352 MULLD R5, R6
    [all...]
asm_s390x.s 309 MULLD R5, R6
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 282 "MULLD",
  /prebuilts/go/linux-x86/src/runtime/
sys_linux_ppc64x.s 112 MULLD R3, R4
180 MULLD R4, R3
sys_linux_s390x.s 117 MULLD R2, R3
192 MULLD $1000000000, R2
asm_ppc64x.s 352 MULLD R5, R6
    [all...]
asm_s390x.s 309 MULLD R5, R6
    [all...]
  /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/
PPC64Ops.go 162 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true}, // arg0*arg1 (signed 64-bit)
S390XOps.go 207 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 * arg1
209 {name: "MULLDconst", argLength: 1, reg: gp11, asm: "MULLD", aux: "Int64", typ: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 * auxint
211 {name: "MULLDload", argLength: 3, reg: gpopload, asm: "MULLD", aux: "SymOff", resultInArg0: true, clobberFlags: true, faultOnNilArg1: true}, // arg0 * *arg1. arg2=mem
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 162 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true}, // arg0*arg1 (signed 64-bit)
S390XOps.go 207 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 * arg1
209 {name: "MULLDconst", argLength: 1, reg: gp11, asm: "MULLD", aux: "Int64", typ: "Int64", resultInArg0: true, clobberFlags: true}, // arg0 * auxint
211 {name: "MULLDload", argLength: 3, reg: gpopload, asm: "MULLD", aux: "SymOff", resultInArg0: true, clobberFlags: true, faultOnNilArg1: true}, // arg0 * *arg1. arg2=mem
    [all...]
  /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...]

Completed in 448 milliseconds

1 2