Home
last modified time | relevance | path

Searched refs:AddWithCarry (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/arm64/
Dsimulator-arm64.cc779 T Simulator::AddWithCarry(bool set_flags, T left, T right, int carry_in) { in AddWithCarry() function in v8::internal::Simulator
822 new_val = AddWithCarry<T>(instr->FlagsUpdate(), in AddSubWithCarry()
1532 new_val = AddWithCarry<T>(set_flags, in AddSubHelper()
1539 new_val = AddWithCarry<T>(set_flags, in AddSubHelper()
1681 AddWithCarry<T>(true, op1, ~op2, 1); in ConditionalCompareHelper()
1684 AddWithCarry<T>(true, op1, op2, 0); in ConditionalCompareHelper()
Dsimulator-arm64.h1328 T AddWithCarry(bool set_flags, T left, T right, int carry_in = 0);
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc332 uint64_t Simulator::AddWithCarry(unsigned reg_size, in AddWithCarry() function in vixl::aarch64::Simulator
1210 new_val = AddWithCarry(reg_size, in AddSubHelper()
1220 new_val = AddWithCarry(reg_size, in AddSubHelper()
1278 new_val = AddWithCarry(reg_size, in VisitAddSubWithCarry()
1369 AddWithCarry(reg_size, true, op1, ~op2, 1); in ConditionalCompareHelper()
1372 AddWithCarry(reg_size, true, op1, op2, 0); in ConditionalCompareHelper()
Dsimulator-aarch64.h1799 uint64_t AddWithCarry(unsigned reg_size,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrInfo.td3122 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
3896 // AddWithCarry is defined as 1 in this case, the carry flag will always be set
3898 // never a "carry" when this AddWithCarry is performed (because the "carry bit"
3899 // parameter to AddWithCarry is defined as 0).
3912 // (See the ARM docs for the "AddWithCarry" pseudo-code.)
DARMInstrThumb2.td1866 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td2123 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
DARMInstrInfo.td3640 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td2064 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
DARMInstrInfo.td3508 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory