Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Ddecoder-arm64.h46 V(AddSubWithCarry) \
Dassembler-arm64.cc1140 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
Dsimulator-arm64.h660 void AddSubWithCarry(Instruction* instr);
Dsimulator-arm64.cc874 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()
Dmacro-assembler-arm64.cc529 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()
Dassembler-arm64.h1962 void AddSubWithCarry(const Register& rd,
/external/vixl/examples/
Dnon-const-visitor.h84 V(AddSubWithCarry) \
/external/vixl/src/vixl/a64/
Ddecoder-a64.h66 V(AddSubWithCarry) \
Dmacro-assembler-a64.cc1456 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()
Dassembler-a64.cc918 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
Dassembler-a64.h4231 void AddSubWithCarry(const Register& rd,