Home
last modified time | relevance | path

Searched defs:adc (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.cpp2285 void AssemblerX8632::adc(Type Ty, GPRRegister dst, GPRRegister src) { in adc() function in Ice::X8632::AssemblerX8632
2289 void AssemblerX8632::adc(Type Ty, GPRRegister dst, const AsmAddress &address) { in adc() function in Ice::X8632::AssemblerX8632
2293 void AssemblerX8632::adc(Type Ty, GPRRegister reg, const Immediate &imm) { in adc() function in Ice::X8632::AssemblerX8632
2297 void AssemblerX8632::adc(Type Ty, const AsmAddress &address, GPRRegister reg) { in adc() function in Ice::X8632::AssemblerX8632
2301 void AssemblerX8632::adc(Type Ty, const AsmAddress &address, in adc() function in Ice::X8632::AssemblerX8632
DIceAssemblerX8664.cpp2413 void AssemblerX8664::adc(Type Ty, GPRRegister dst, GPRRegister src) { in adc() function in Ice::X8664::AssemblerX8664
2417 void AssemblerX8664::adc(Type Ty, GPRRegister dst, const AsmAddress &address) { in adc() function in Ice::X8664::AssemblerX8664
2421 void AssemblerX8664::adc(Type Ty, GPRRegister reg, const Immediate &imm) { in adc() function in Ice::X8664::AssemblerX8664
2425 void AssemblerX8664::adc(Type Ty, const AsmAddress &address, GPRRegister reg) { in adc() function in Ice::X8664::AssemblerX8664
2429 void AssemblerX8664::adc(Type Ty, const AsmAddress &address, in adc() function in Ice::X8664::AssemblerX8664
DIceAssemblerARM32.cpp1317 void AssemblerARM32::adc(const Operand *OpRd, const Operand *OpRn, in adc() function in Ice::ARM32::AssemblerARM32