Home
last modified time | relevance | path

Searched defs:BinaryOperation (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dasm_printer.h206 #define BinaryOperation(opc) \ macro
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h479 #define BinaryOperation(opc) BinaryOperationReg(opc) BinaryOperationImm(opc) macro
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h530 #define BinaryOperation(opc) BinaryOperationRegRegReg(opc) BinaryOperationRegRegImm(opc) macro
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h680 #define BinaryOperation(opc) \ macro
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h151 #define BinaryOperation(opc) \ macro
Dcodegen.cpp2325 #define BinaryOperation(opc) \ macro