/external/vixl/examples/aarch64/ |
D | non-const-visitor.h | 88 V(AddSubWithCarry) \
|
/external/v8/src/arm64/ |
D | decoder-arm64.h | 46 V(AddSubWithCarry) \
|
D | macro-assembler-arm64.cc | 768 AddSubWithCarry(rd, rn, temp, S, op); in AddSubWithCarryMacro() 779 AddSubWithCarry(rd, rn, temp, S, op); in AddSubWithCarryMacro() 792 AddSubWithCarry(rd, rn, temp, S, op); in AddSubWithCarryMacro() 796 AddSubWithCarry(rd, rn, operand, S, op); in AddSubWithCarryMacro()
|
D | assembler-arm64.cc | 1166 AddSubWithCarry(rd, rn, operand, LeaveFlags, ADC); in adc() 1173 AddSubWithCarry(rd, rn, operand, SetFlags, ADC); in adcs() 1180 AddSubWithCarry(rd, rn, operand, LeaveFlags, SBC); in sbc() 1187 AddSubWithCarry(rd, rn, operand, SetFlags, SBC); in sbcs() 4045 void Assembler::AddSubWithCarry(const Register& rd, const Register& rn, in AddSubWithCarry() function in v8::internal::Assembler
|
D | simulator-arm64.cc | 811 void Simulator::AddSubWithCarry(Instruction* instr) { in AddSubWithCarry() function in v8::internal::Simulator 1591 AddSubWithCarry<uint64_t>(instr); in VisitAddSubWithCarry() 1593 AddSubWithCarry<uint32_t>(instr); in VisitAddSubWithCarry()
|
D | simulator-arm64.h | 1330 void AddSubWithCarry(Instruction* instr);
|
D | assembler-arm64.h | 3259 void AddSubWithCarry(const Register& rd,
|
/external/vixl/src/aarch64/ |
D | decoder-aarch64.h | 43 V(AddSubWithCarry) \
|
D | macro-assembler-aarch64.cc | 1836 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro() 1850 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro() 1866 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro() 1869 AddSubWithCarry(rd, rn, operand, S, op); in AddSubWithCarryMacro()
|
D | assembler-aarch64.cc | 524 AddSubWithCarry(rd, rn, operand, LeaveFlags, ADC); in adc() 531 AddSubWithCarry(rd, rn, operand, SetFlags, ADC); in adcs() 538 AddSubWithCarry(rd, rn, operand, LeaveFlags, SBC); in sbc() 545 AddSubWithCarry(rd, rn, operand, SetFlags, SBC); in sbcs() 5117 void Assembler::AddSubWithCarry(const Register& rd, in AddSubWithCarry() function in vixl::aarch64::Assembler
|
D | assembler-aarch64.h | 4155 void AddSubWithCarry(const Register& rd,
|