Searched refs:BORROW (Results 1 – 11 of 11) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpbnuimpl.h | 121 #define SUB_AB(BORROW,R, A,B) \ argument 123 (BORROW) = (A)<(B); \ 128 #define SUB_ABC(BORROW,R, A,B,C) \ argument 134 (BORROW) = __t1 + __t2; \
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 263 BORROW, enumerator
|
D | AMDGPUInstrInfo.td | 138 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
|
D | AMDGPUISelLowering.cpp | 2834 NODE_NAME_CASE(BORROW) in getTargetNodeName() 2934 case AMDGPUISD::BORROW: { in computeKnownBitsForTargetNode() 2981 case AMDGPUISD::BORROW: in ComputeNumSignBitsForTargetNode()
|
D | R600ISelLowering.cpp | 623 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 392 BORROW, enumerator
|
D | AMDGPUInstrInfo.td | 214 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
|
D | AMDGPUISelLowering.cpp | 4044 NODE_NAME_CASE(BORROW) in getTargetNodeName() 4185 case AMDGPUISD::BORROW: { in computeKnownBitsForTargetNode() 4314 case AMDGPUISD::BORROW: in ComputeNumSignBitsForTargetNode()
|
D | R600ISelLowering.cpp | 484 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
|