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

1 2

  /external/v8/src/s390/
macro-assembler-s390.h 247 void Add32(Register dst, const Operand& imm);
249 void Add32(Register dst, Register src, const Operand& imm);
253 void Add32(Register dst, Register src);
256 void Add32(Register dst, Register src1, Register src2);
261 void Add32(Register dst, const MemOperand& opnd);
266 void Add32(const MemOperand& opnd, const Operand& imm);
    [all...]
macro-assembler-s390.cc     [all...]
code-stubs-s390.cc     [all...]
  /external/valgrind/VEX/priv/
host_arm_defs.c     [all...]
host_arm_defs.h 946 } Add32;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 11 // "sign", so Add32 can be used both for signed and unsigned 32-bit
28 {name: "Add32", argLength: 2, commutative: true},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 11 // "sign", so Add32 can be used both for signed and unsigned 32-bit
28 {name: "Add32", argLength: 2, commutative: true},
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewritegeneric.go 462 // match: (Add32 (Const32 [c]) (Const32 [d]))
480 // match: (Add32 x (Const32 <t> [c]))
482 // result: (Add32 (Const32 <t> [c]) x)
501 // match: (Add32 (Const32 [0]) x)
    [all...]
rewritedec64.go 373 // result: (Int64Make (Const32 <config.fe.TypeUInt32()> [0]) (Add32 <config.fe.TypeUInt32()> (Ctz32 <config.fe.TypeUInt32()> (Int64Lo x)) (And32 <config.fe.TypeUInt32()> (Com32 <config.fe.TypeUInt32()> (Zeromask (Int64Lo x))) (Ctz32 <config.fe.TypeUInt32()> (Int64Hi x)))))
    [all...]
rewriteMIPS.go 526 // match: (Add32 x y)
    [all...]
rewriteMIPS64.go 594 // match: (Add32 x y)
    [all...]
rewritePPC64.go 592 // match: (Add32 x y)
    [all...]
rewrite386.go     [all...]
rewriteARM.go     [all...]
rewriteARM64.go     [all...]
rewriteS390X.go 732 // match: (Add32 x y)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewritegeneric.go 462 // match: (Add32 (Const32 [c]) (Const32 [d]))
480 // match: (Add32 x (Const32 <t> [c]))
482 // result: (Add32 (Const32 <t> [c]) x)
501 // match: (Add32 (Const32 [0]) x)
    [all...]
rewritedec64.go 373 // result: (Int64Make (Const32 <config.fe.TypeUInt32()> [0]) (Add32 <config.fe.TypeUInt32()> (Ctz32 <config.fe.TypeUInt32()> (Int64Lo x)) (And32 <config.fe.TypeUInt32()> (Com32 <config.fe.TypeUInt32()> (Zeromask (Int64Lo x))) (Ctz32 <config.fe.TypeUInt32()> (Int64Hi x)))))
    [all...]
rewriteMIPS.go 526 // match: (Add32 x y)
    [all...]
rewriteMIPS64.go 594 // match: (Add32 x y)
    [all...]
rewritePPC64.go 592 // match: (Add32 x y)
    [all...]
rewrite386.go     [all...]
rewriteARM.go     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]

Completed in 2865 milliseconds

1 2