Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dmacro_assembler.h29 ACC, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb42 ACC = 'acc' constant
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb42 ACC = 'acc' constant
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h39 …enum VRegType : uint8_t { VREG, ACC, VREGS_ENV_TYPE_DEFS(VREG_ENV_TYPE) COUNT, ENV_BEGIN = THIS_FU… enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h703 ACC, enumerator
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2583 static constexpr unsigned ACC = 1U; in CreateTailCallInterpreter() local