/third_party/glslang/Test/ |
D | spv.intcoopmat.comp | 43 icoopmatNV<8, gl_ScopeSubgroup, 8, 8> ineg(icoopmatNV<8, gl_ScopeSubgroup, 8, 8> m) { return -m; } 104 p1 = ineg(p1);
|
/third_party/glslang/Test/baseResults/ |
D | spv.intcoopmat.comp.out | 29 Name 14 "ineg(i81;" 375 191: 10 FunctionCall 14(ineg(i81;) 189(param) 405 14(ineg(i81;): 10 Function None 12
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 92 IOP(ineg, ADD, X_X_0), /* ADD 0, -x */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 356 [(set GR8:$dst, (ineg GR8:$src1)), 360 [(set GR16:$dst, (ineg GR16:$src1)), 364 [(set GR32:$dst, (ineg GR32:$src1)), 367 [(set GR64:$dst, (ineg GR64:$src1)), 375 [(store (ineg (loadi8 addr:$dst)), addr:$dst), 379 [(store (ineg (loadi16 addr:$dst)), addr:$dst), 383 [(store (ineg (loadi32 addr:$dst)), addr:$dst), 386 [(store (ineg (loadi64 addr:$dst)), addr:$dst),
|
D | X86InstrCompiler.td | 1059 (ineg (i8 (atomic_load_8 addr:$dst))), 1060 (ineg (i16 (atomic_load_16 addr:$dst))), 1061 (ineg (i32 (atomic_load_32 addr:$dst))), 1062 (ineg (i64 (atomic_load_64 addr:$dst)))>;
|
D | X86InstrInfo.td | 2471 def : Pat<(and GR32:$src, (ineg GR32:$src)), 2473 def : Pat<(and GR64:$src, (ineg GR64:$src)), 2487 def : Pat<(and_flag_nocf GR32:$src, (ineg GR32:$src)), 2489 def : Pat<(and_flag_nocf GR64:$src, (ineg GR64:$src)),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 93 . Map to llvm ineg 94 (set v4i32:$rT, (ineg v4i32:$rA)) // vnegw 95 (set v2i64:$rT, (ineg v2i64:$rA)) // vnegd
|
D | PPCInstr64Bit.td | 588 [(set i64:$rT, (ineg i64:$rA))]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 668 def z_inegabs : PatFrag<(ops node:$src), (ineg (z_iabs node:$src))>; 677 def z_inegabs32 : PatFrag<(ops node:$src), (ineg (z_iabs32 node:$src))>; 678 def z_inegabs64 : PatFrag<(ops node:$src), (ineg (z_iabs64 node:$src))>;
|
D | SystemZInstrInfo.td | 848 def LCR : UnaryRR <"lcr", 0x13, ineg, GR32, GR32>; 849 def LCGR : UnaryRRE<"lcgr", 0xB903, ineg, GR64, GR64>; 854 defm : SXU<ineg, LCGFR>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 315 [(set GPR:$dst, (ineg i64:$src))]>; 318 [(set GPR32:$dst, (ineg i32:$src))]>;
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 238 void ineg(Vector4f &dst, const Vector4f &src);
|
D | VertexProgram.cpp | 241 case Shader::OPCODE_INEG: ineg(d, s0); break; in program()
|
D | PixelProgram.cpp | 194 case Shader::OPCODE_INEG: ineg(d, s0); break; in applyShader()
|
D | ShaderCore.cpp | 694 void ShaderCore::ineg(Vector4f &dst, const Vector4f &src) in ineg() function in sw::ShaderCore
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 1089 // [(ARMcmp tGPR:$lhs, (ineg tGPR:$rhs))]>; 1095 [(ARMcmpZ tGPR:$Rn, (ineg tGPR:$Rm))]>, Sched<[WriteCMP]>; 1285 [(set tGPR:$Rd, (ineg tGPR:$Rn))]>, Sched<[WriteALU]>;
|
D | ARMInstrThumb2.td | 3296 [(ARMcmn GPRnopc:$Rn, (ineg t2_so_imm:$imm))]>, 3309 [(BinOpFrag<(ARMcmpZ node:$LHS,(ineg node:$RHS))> 3324 [(BinOpFrag<(ARMcmpZ node:$LHS,(ineg node:$RHS))>
|
D | ARMInstrInfo.td | 4717 [(BinOpFrag<(ARMcmpZ node:$LHS,(ineg node:$RHS))> 4735 [(BinOpFrag<(ARMcmpZ node:$LHS,(ineg node:$RHS))> 4754 [(BinOpFrag<(ARMcmpZ node:$LHS,(ineg node:$RHS))>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1316 def : Pat<(i32 (ineg (mul GPR32:$Rn, GPR32:$Rm))), 1318 def : Pat<(i64 (ineg (mul GPR64:$Rn, GPR64:$Rm))), 1320 def : Pat<(i32 (mul (ineg GPR32:$Rn), GPR32:$Rm)), 1322 def : Pat<(i64 (mul (ineg GPR64:$Rn), GPR64:$Rm)), 1337 def : Pat<(i64 (ineg (mul (sext GPR32:$Rn), (sext GPR32:$Rm)))), 1339 def : Pat<(i64 (ineg (mul (zext GPR32:$Rn), (zext GPR32:$Rm)))), 1350 def : Pat<(i64 (ineg (mul (sext GPR32:$Rn), (s64imm_32bit:$C)))), 1352 def : Pat<(i64 (ineg (mul (zext GPR32:$Rn), (i64imm_32bit:$C)))), 1354 def : Pat<(i64 (ineg (mul (sext_inreg GPR64:$Rn, i32), (s64imm_32bit:$C)))), 1800 defm CSNEG : CondSelectOp<1, 0b01, "csneg", ineg>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 801 [(set Int16Regs:$dst, (ineg Int16Regs:$src))]>; 805 [(set Int32Regs:$dst, (ineg Int32Regs:$src))]>; 809 [(set Int64Regs:$dst, (ineg Int64Regs:$src))]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SOPInstructions.td | 1215 (i32 (smax i32:$x, (i32 (ineg i32:$x)))),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 737 "neg $dst, $b", [(set GRRegs:$dst, (ineg GRRegs:$b))]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 1308 def: ArithLogicU_pat<ineg, NegRxRy16>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 913 def ineg : PatFrag<(ops node:$in), (sub 0, node:$in)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 735 [(set i8:$rd, (ineg i8:$src)), (implicit SREG)]>;
|