HomeSort by relevance Sort by last modified time
    Searched refs:NEG (Results 76 - 100 of 254) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.1/
asm-commons-5.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.2/
asm-commons-5.2.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 
  /external/tensorflow/tensorflow/contrib/tensorrt/convert/
convert_nodes.cc 443 enum class OP_CATEGORY : int { RSQRT = 0, NEG, ADD, MUL, SUB };
453 case OP_CATEGORY::NEG:
765 unary_op.op = LambdaFactory::OP_CATEGORY::NEG;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
rx-parse.y 161 %token NEG NOP NOT
623 | NEG { sub_op = 1; sub_op2 = 1; } op_dp20_rr
922 /* sbb, neg, adc, abs, max, min, div, divu, tst, not, xor, stz, stnz, emul, emulu */
932 /* neg, adc, abs, max, min, div, divu, tst, not, xor, stz, stnz, emul, emulu */
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_overlap_add2.s 66 NEG X14, X14
ixheaacd_sbr_qmfsyn64_winadd.s 66 NEG v28.4s, v22.4s
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 98 NEG,
  /external/llvm/test/MC/AArch64/
arm64-aliases.s 110 ; SUB/SUBS from WZR/XZR is a NEG
113 neg w0, w1
114 ; CHECK: neg w0, w1
115 neg w0, w1, lsl #1
116 ; CHECK: neg w0, w1, lsl #1
117 neg x0, x1
118 ; CHECK: neg x0, x1
119 neg x0, x1, asr #1
120 ; CHECK: neg x0, x1, asr #1
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_arm64.s 282 NEG R0,R0
sys_linux_ppc64x.s 163 NEG R3 // caller expects negative errno
sys_linux_s390x.s 276 NEG R2
asm_ppc64x.s     [all...]
  /prebuilts/go/linux-x86/src/runtime/
sys_linux_arm64.s 282 NEG R0,R0
sys_linux_ppc64x.s 163 NEG R3 // caller expects negative errno
sys_linux_s390x.s 276 NEG R2
asm_ppc64x.s     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 643 SDValue(CurDAG->getMachineNode(PPC::NEG, dl, MVT::i32, Op), 0);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
rcparse.y 174 %right '~' NEG
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 229 NEG
698 NEG: "NEG",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 229 NEG
698 NEG: "NEG",
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteMIPS.go 1185 // result: (SUB (MOVWconst [32]) (CLZ <t> (SUBconst <t> [1] (AND <t> x (NEG <t> x)))))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteMIPS.go 1185 // result: (SUB (MOVWconst [32]) (CLZ <t> (SUBconst <t> [1] (AND <t> x (NEG <t> x)))))
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 830 return RegOps.NEG;
    [all...]

Completed in 1949 milliseconds

1 2 34 5 6 7 8 91011