Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h206 #define BINARY_OPERATION(opc) \ macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h471 #define BINARY_OPERATION(opc) BINARY_OPERATION_REG(opc) BINARY_OPERATION_IMM(opc) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h627 #define BINARY_OPERATION(opc) \ macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h474 #define BINARY_OPERATION(opc) BINARY_OPERATION_REG_REG_REG(opc) BINARY_OPERATION_REG_REG_IMM(opc) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h151 #define BINARY_OPERATION(opc) \ macro
Dcodegen.cpp2400 #define BINARY_OPERATION(opc) \ macro