Searched refs:RADD (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_resi_trans.s | 933 .equ RADD , 4096 @1 << (shift - 1); define 1351 VMOV.U32 Q14,#RADD @get the round factor to q14 1479 VADD.S32 Q9,Q9,Q14 @Round by RADD R1 1498 …VADD.S32 Q12,Q12,Q14 @Round by RADD R2, dual issued with prev. instruction in 2nd c…
|
D | ihevc_resi_trans_32x32_a9q.s | 840 @ VMOV.U32 Q14,#RADD ;get the round factor to q14
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1357 SDValue RADD = ReassociateOps(ISD::ADD, N->getDebugLoc(), N0, N1); in visitADD() local 1358 if (RADD.getNode() != 0) in visitADD() 1359 return RADD; in visitADD()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedThunderX2T99.td | 1347 def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "(RADD|RSUB)HNv.*")>;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1678 if (SDValue RADD = ReassociateOps(ISD::ADD, SDLoc(N), N0, N1)) in visitADD() local 1679 return RADD; in visitADD()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2113 if (SDValue RADD = ReassociateOps(ISD::ADD, DL, N0, N1)) in visitADD() local 2114 return RADD; in visitADD()
|