Home
last modified time | relevance | path

Searched refs:OPERATIONS (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dlexer.cpp49 /* Generate the map of OPERATIONS from ISA: */ in FindOperation()
50 static const std::unordered_map<std::string_view, Token::Type> OPERATIONS = { in FindOperation() local
58 auto iter = OPERATIONS.find(s); in FindOperation()
60 if (iter == OPERATIONS.end()) { in FindOperation()
64 return OPERATIONS.at(s); in FindOperation()
/arkcompiler/runtime_core/scripts/
H A Drun_check_atomic_format.py122 COMMENTS, OPERATIONS = parse_file()
123 sys.exit(process_results(COMMENTS, OPERATIONS))
/arkcompiler/runtime_core/static_core/assembler/
H A Dlexer.cpp48 /* Generate the map of OPERATIONS from ISA: */ in FindOperation()
49 static const std::unordered_map<std::string_view, Token::Type> OPERATIONS = { in FindOperation() local
57 auto iter = OPERATIONS.find(s); in FindOperation()
58 if (iter == OPERATIONS.end()) { in FindOperation()
62 return OPERATIONS.at(s); in FindOperation()

Completed in 3 milliseconds