/external/vixl/examples/aarch64/ |
D | non-const-visitor.h | 78 V(AddSubWithCarry) \
|
/external/v8/src/codegen/arm64/ |
D | decoder-arm64.h | 45 V(AddSubWithCarry) \
|
D | macro-assembler-arm64.cc | 762 AddSubWithCarry(rd, rn, temp, S, op); in AddSubWithCarryMacro() 773 AddSubWithCarry(rd, rn, temp, S, op); in AddSubWithCarryMacro() 786 AddSubWithCarry(rd, rn, temp, S, op); in AddSubWithCarryMacro() 790 AddSubWithCarry(rd, rn, operand, S, op); in AddSubWithCarryMacro()
|
D | assembler-arm64.cc | 864 AddSubWithCarry(rd, rn, operand, LeaveFlags, ADC); in adc() 869 AddSubWithCarry(rd, rn, operand, SetFlags, ADC); in adcs() 874 AddSubWithCarry(rd, rn, operand, LeaveFlags, SBC); in sbc() 879 AddSubWithCarry(rd, rn, operand, SetFlags, SBC); in sbcs() 3650 void Assembler::AddSubWithCarry(const Register& rd, const Register& rn, in AddSubWithCarry() function in v8::internal::Assembler
|
D | assembler-arm64.h | 2458 void AddSubWithCarry(const Register& rd, const Register& rn,
|
/external/vixl/src/aarch64/ |
D | decoder-aarch64.h | 45 V(AddSubWithCarry) \
|
D | macro-assembler-aarch64.cc | 1851 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro() 1865 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro() 1881 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro() 1884 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() 5338 void Assembler::AddSubWithCarry(const Register& rd, in AddSubWithCarry() function in vixl::aarch64::Assembler
|
D | assembler-aarch64.h | 4303 void AddSubWithCarry(const Register& rd,
|
/external/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 879 void Simulator::AddSubWithCarry(Instruction* instr) { in AddSubWithCarry() function in v8::internal::Simulator 1663 AddSubWithCarry<uint64_t>(instr); in VisitAddSubWithCarry() 1665 AddSubWithCarry<uint32_t>(instr); in VisitAddSubWithCarry()
|
D | simulator-arm64.h | 1482 void AddSubWithCarry(Instruction* instr);
|