/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
s390x.s | 77 MULLW R6, R7 // b91c0076 78 MULLW R6, R7, R8 // b9040087b91c0086 79 MULLW $8192, R6 // a76c2000 80 MULLW $8192, R6, R7 // 1876a77c2000 81 MULLW $-32769, R8 // c281ffff7fff 82 MULLW $-32769, R8, R9 // 1898c291ffff7fff 159 MULLW (R3)(R4*1), R5 // 71543000 160 MULLW 4096(R3), R4 // e34030000151
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
s390x.s | 77 MULLW R6, R7 // b91c0076 78 MULLW R6, R7, R8 // b9040087b91c0086 79 MULLW $8192, R6 // a76c2000 80 MULLW $8192, R6, R7 // 1876a77c2000 81 MULLW $-32769, R8 // c281ffff7fff 82 MULLW $-32769, R8, R9 // 1898c291ffff7fff 159 MULLW (R3)(R4*1), R5 // 71543000 160 MULLW 4096(R3), R4 // e34030000151
|
/external/v8/src/ppc/ |
constants-ppc.h | 220 MULLW = 235 << 1, // Multiply Low Word
|
assembler-ppc.cc | 908 void Assembler::mullw(Register dst, Register src1, Register src2, OEBit o, function in class:v8::internal::Assembler 910 xo_form(EXT2 | MULLW, dst, src1, src2, o, r); [all...] |
simulator-ppc.cc | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
anames.go | 151 "MULLW",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
anames.go | 151 "MULLW",
|
/external/pcre/dist2/src/sljit/ |
sljitNativePPC_32.c | 169 return push_inst(compiler, MULLW | OERC(flags) | D(dst) | A(src2) | B(src1));
|
sljitNativePPC_64.c | 295 return push_inst(compiler, MULLW | OERC(flags) | D(dst) | A(src2) | B(src1));
|
sljitNativePPC_common.c | 194 #define MULLW (HI(31) | LO(235)) [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
anames.go | 21 "MULLW",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
anames.go | 21 "MULLW",
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
PPC64Ops.go | 163 {name: "MULLW", argLength: 2, reg: gp21, asm: "MULLW", typ: "Int32", commutative: true}, // arg0*arg1 (signed 32-bit)
|
S390XOps.go | 208 {name: "MULLW", argLength: 2, reg: gp21, asm: "MULLW", typ: "Int32", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 * arg1 210 {name: "MULLWconst", argLength: 1, reg: gp11, asm: "MULLW", aux: "Int32", typ: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 * auxint 212 {name: "MULLWload", argLength: 3, reg: gpopload, asm: "MULLW", 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 | 163 {name: "MULLW", argLength: 2, reg: gp21, asm: "MULLW", typ: "Int32", commutative: true}, // arg0*arg1 (signed 32-bit)
|
S390XOps.go | 208 {name: "MULLW", argLength: 2, reg: gp21, asm: "MULLW", typ: "Int32", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 * arg1 210 {name: "MULLWconst", argLength: 1, reg: gp11, asm: "MULLW", aux: "Int32", typ: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 * auxint 212 {name: "MULLWload", argLength: 3, reg: gpopload, asm: "MULLW", aux: "SymOff", resultInArg0: true, clobberFlags: true, faultOnNilArg1: true}, // arg0 * *arg1. arg2=mem [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 | 141 MULLW 1468 MULLW: "mullw", 1469 MULLW_: "mullw.", [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | 141 MULLW 1468 MULLW: "mullw", 1469 MULLW_: "mullw.", [all...] |