Searched refs:AddWithCarry (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 859 T Simulator::AddWithCarry(bool set_flags, in AddWithCarry() function in v8::internal::Simulator 904 new_val = AddWithCarry<T>(instr->FlagsUpdate(), in AddSubWithCarry() 1396 new_val = AddWithCarry<T>(set_flags, in AddSubHelper() 1403 new_val = AddWithCarry<T>(set_flags, in AddSubHelper() 1543 AddWithCarry<T>(true, op1, ~op2, 1); in ConditionalCompareHelper() 1546 AddWithCarry<T>(true, op1, op2, 0); in ConditionalCompareHelper()
|
D | simulator-arm64.h | 656 T AddWithCarry(bool set_flags,
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 276 uint64_t Simulator::AddWithCarry(unsigned reg_size, in AddWithCarry() function in vixl::Simulator 897 new_val = AddWithCarry(reg_size, in AddSubHelper() 905 new_val = AddWithCarry(reg_size, in AddSubHelper() 954 new_val = AddWithCarry(reg_size, in VisitAddSubWithCarry() 1031 AddWithCarry(reg_size, true, op1, ~op2, 1); in ConditionalCompareHelper() 1034 AddWithCarry(reg_size, true, op1, op2, 0); in ConditionalCompareHelper()
|
D | simulator-a64.h | 1284 uint64_t AddWithCarry(unsigned reg_size,
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 2070 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|
D | ARMInstrInfo.td | 3483 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|