Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Ddecoder-arm64.h45 V(AddSubWithCarry) \
Dassembler-arm64.cc1147 AddSubWithCarry(rd, rn, operand, LeaveFlags, ADC); in adc()
1154 AddSubWithCarry(rd, rn, operand, SetFlags, ADC); in adcs()
1161 AddSubWithCarry(rd, rn, operand, LeaveFlags, SBC); in sbc()
1168 AddSubWithCarry(rd, rn, operand, SetFlags, SBC); in sbcs()
2207 void Assembler::AddSubWithCarry(const Register& rd, in AddSubWithCarry() function in v8::internal::Assembler
Dsimulator-arm64.h661 void AddSubWithCarry(Instruction* instr);
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()
Dsimulator-arm64.cc896 void Simulator::AddSubWithCarry(Instruction* instr) { in AddSubWithCarry() function in v8::internal::Simulator
1456 AddSubWithCarry<int64_t>(instr); in VisitAddSubWithCarry()
1458 AddSubWithCarry<int32_t>(instr); in VisitAddSubWithCarry()
Dassembler-arm64.h1860 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.cc1477 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro()
1487 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro()
1500 AddSubWithCarry(rd, rn, Operand(temp), S, op); in AddSubWithCarryMacro()
1503 AddSubWithCarry(rd, rn, operand, S, op); in AddSubWithCarryMacro()
Dassembler-a64.cc950 AddSubWithCarry(rd, rn, operand, LeaveFlags, ADC); in adc()
957 AddSubWithCarry(rd, rn, operand, SetFlags, ADC); in adcs()
964 AddSubWithCarry(rd, rn, operand, LeaveFlags, SBC); in sbc()
971 AddSubWithCarry(rd, rn, operand, SetFlags, SBC); in sbcs()
4644 void Assembler::AddSubWithCarry(const Register& rd, in AddSubWithCarry() function in vixl::Assembler
Dassembler-a64.h4313 void AddSubWithCarry(const Register& rd,