Home
last modified time | relevance | path

Searched refs:AddSubWithCarry (Results 1 – 11 of 11) sorted by relevance

/external/vixl/examples/aarch64/
Dnon-const-visitor.h78 V(AddSubWithCarry) \
/external/v8/src/codegen/arm64/
Ddecoder-arm64.h45 V(AddSubWithCarry) \
Dmacro-assembler-arm64.cc762 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()
Dassembler-arm64.cc864 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
Dassembler-arm64.h2458 void AddSubWithCarry(const Register& rd, const Register& rn,
/external/vixl/src/aarch64/
Ddecoder-aarch64.h45 V(AddSubWithCarry) \
Dmacro-assembler-aarch64.cc1851 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()
Dassembler-aarch64.cc524 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
Dassembler-aarch64.h4303 void AddSubWithCarry(const Register& rd,
/external/v8/src/execution/arm64/
Dsimulator-arm64.cc879 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()
Dsimulator-arm64.h1482 void AddSubWithCarry(Instruction* instr);