Home
last modified time | relevance | path

Searched defs:DEF (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompiler_options.h32 #define DEF(COMPONENT, ...) COMPONENT, macro
123 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() macro
Dcompiler_logger.cpp36 #define DEF(COMPONENT, NAME) \ in SetComponents() macro
Dcompiler_logger.h28 #define DEF(COMPONENT, ...) COMPONENT, macro
/arkcompiler/runtime_core/compiler/tests/
Dasm_caller.cpp28 #define EMITED_ONE_PARAM_INST_LIST(DEF) \ argument
34 #define EMITED_TWO_PARAM_INST_LIST(DEF) \ argument
/arkcompiler/runtime_core/libpandabase/utils/
Darch.h36 #define DEF(v) v, macro
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dasm_printer.h255 #define ENCODE_INST_ADDITIONAL_ZERO_ARG(DEF) \ argument
279 #define ENCODE_INST_ADDITIONAL_ONE_ARG(DEF) DEF(MakeCall, MemRef, entry_point) argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.h607 #define BINARRY_IMM_OPS(DEF) DEF(Add) DEF(Sub) DEF(Shl) DEF(AShr) DEF(And) DEF(Or) DEF(Xor) argument
618 #define SIGN_UNSIGN_OPS(DEF) DEF(Div) DEF(Mod) DEF(Min) DEF(Max) DEF(Shr) argument
Doperands.h83 #define ENCODE_MATH_LIST(DEF) \ argument
100 #define ENCODE_INST_WITH_SHIFTED_OPERAND(DEF) \ argument
Dcodegen.cpp2375 #define BINARRY_IMM_OPS(DEF) DEF(Add) DEF(Sub) DEF(Shl) DEF(AShr) DEF(And) DEF(Or) DEF(Xor) argument
2409 #define SIGN_UNSIGN_OPS(DEF) DEF(Div) DEF(Min) DEF(Max) argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h33 #define LOCATIONS(DEF) \ argument