Searched defs:adc (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX8632.cpp | 2285 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
|
| D | IceAssemblerX8664.cpp | 2413 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
|
| D | IceAssemblerARM32.cpp | 1317 void AssemblerARM32::adc(const Operand *OpRd, const Operand *OpRn, in adc() function in Ice::ARM32::AssemblerARM32
|