Searched refs:CARRY (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 15262 constexpr const uint8_t CARRY = TOO_SHORT | TOO_LONG | TWO_CONTS; // These all have ____ in byte 1 . 15265 CARRY | OVERLONG_3 | OVERLONG_2 | OVERLONG_4, 15267 CARRY | OVERLONG_2, 15269 CARRY, 15270 CARRY, 15273 CARRY | TOO_LARGE, 15275 CARRY | TOO_LARGE | TOO_LARGE_1000, 15277 CARRY | TOO_LARGE | TOO_LARGE_1000, 15278 CARRY | TOO_LARGE | TOO_LARGE_1000, 15281 CARRY | TOO_LARG [all...] |
/third_party/musl/libc-test/src/functionalext/common/ |
H A D | pthread_util.h | 56 static int CARRY = 4; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 415 CARRY,
|
H A D | AMDGPUISelLowering.cpp | 4280 NODE_NAME_CASE(CARRY) in getTargetNodeName() 4435 case AMDGPUISD::CARRY: in computeKnownBitsForTargetNode() 4591 case AMDGPUISD::CARRY: in ComputeNumSignBitsForTargetNode()
|
H A D | R600ISelLowering.cpp | 485 case ISD::UADDO: return LowerUADDSUBO(Op, DAG, ISD::ADD, AMDGPUISD::CARRY); in LowerOperation()
|
Completed in 34 milliseconds