Searched refs:AddWithCarry (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 779 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()
|
D | simulator-arm64.h | 1328 T AddWithCarry(bool set_flags, T left, T right, int carry_in = 0);
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 332 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()
|
D | simulator-aarch64.h | 1799 uint64_t AddWithCarry(unsigned reg_size,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 3122 // 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.)
|
D | ARMInstrThumb2.td | 1866 // 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/ |
D | ARMInstrThumb2.td | 2123 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|
D | ARMInstrInfo.td | 3640 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 2064 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|
D | ARMInstrInfo.td | 3508 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|