/external/v8/src/arm64/ |
D | decoder-arm64.h | 46 V(AddSubWithCarry) \
|
D | assembler-arm64.cc | 1140 AddSubWithCarry(rd, rn, operand, LeaveFlags, ADC); in adc() 1147 AddSubWithCarry(rd, rn, operand, SetFlags, ADC); in adcs() 1154 AddSubWithCarry(rd, rn, operand, LeaveFlags, SBC); in sbc() 1161 AddSubWithCarry(rd, rn, operand, SetFlags, SBC); in sbcs() 2187 void Assembler::AddSubWithCarry(const Register& rd, in AddSubWithCarry() function in v8::internal::Assembler
|
D | simulator-arm64.h | 660 void AddSubWithCarry(Instruction* instr);
|
D | simulator-arm64.cc | 874 void Simulator::AddSubWithCarry(Instruction* instr) { in AddSubWithCarry() function in v8::internal::Simulator 1432 AddSubWithCarry<int64_t>(instr); in VisitAddSubWithCarry() 1434 AddSubWithCarry<int32_t>(instr); in VisitAddSubWithCarry()
|
D | macro-assembler-arm64.cc | 529 AddSubWithCarry(rd, rn, temp, S, op); in AddSubWithCarryMacro() 540 AddSubWithCarry(rd, rn, temp, S, op); in AddSubWithCarryMacro() 553 AddSubWithCarry(rd, rn, temp, S, op); in AddSubWithCarryMacro() 557 AddSubWithCarry(rd, rn, operand, S, op); in AddSubWithCarryMacro()
|
D | assembler-arm64.h | 1962 void AddSubWithCarry(const Register& rd,
|
/external/vixl/examples/ |
D | non-const-visitor.h | 84 V(AddSubWithCarry) \
|
/external/vixl/src/vixl/a64/ |
D | decoder-a64.h | 66 V(AddSubWithCarry) \
|
D | macro-assembler-a64.cc | 1456 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro() 1466 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro() 1479 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro() 1482 AddSubWithCarry(rd, rn, operand, S, op); in AddSubWithCarryMacro()
|
D | assembler-a64.cc | 918 AddSubWithCarry(rd, rn, operand, LeaveFlags, ADC); in adc() 925 AddSubWithCarry(rd, rn, operand, SetFlags, ADC); in adcs() 932 AddSubWithCarry(rd, rn, operand, LeaveFlags, SBC); in sbc() 939 AddSubWithCarry(rd, rn, operand, SetFlags, SBC); in sbcs() 4609 void Assembler::AddSubWithCarry(const Register& rd, in AddSubWithCarry() function in vixl::Assembler
|
D | assembler-a64.h | 4231 void AddSubWithCarry(const Register& rd,
|