Home
last modified time | relevance | path

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

/external/vixl/examples/aarch64/
Dnon-const-visitor.h88 V(AddSubWithCarry) \
/external/v8/src/arm64/
Ddecoder-arm64.h46 V(AddSubWithCarry) \
Dmacro-assembler-arm64.cc768 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()
Dassembler-arm64.cc1166 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
Dsimulator-arm64.cc811 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()
Dsimulator-arm64.h1330 void AddSubWithCarry(Instruction* instr);
Dassembler-arm64.h3259 void AddSubWithCarry(const Register& rd,
/external/vixl/src/aarch64/
Ddecoder-aarch64.h43 V(AddSubWithCarry) \
Dmacro-assembler-aarch64.cc1836 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()
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()
5117 void Assembler::AddSubWithCarry(const Register& rd, in AddSubWithCarry() function in vixl::aarch64::Assembler
Dassembler-aarch64.h4155 void AddSubWithCarry(const Register& rd,