Searched refs:DEF_USE_EXTEND_MAPPING_TBL (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 85 #define DEF_USE_EXTEND_MAPPING_TBL(FROMSIZE, TOSIZE) \ macro 91 DEF_USE_EXTEND_MAPPING_TBL(8, 16), /* Extend Mapping */ 92 DEF_USE_EXTEND_MAPPING_TBL(8, 32), DEF_USE_EXTEND_MAPPING_TBL(8, 64), DEF_USE_EXTEND_MAPPING_TBL(16, 32), 93 DEF_USE_EXTEND_MAPPING_TBL(16, 64), DEF_USE_EXTEND_MAPPING_TBL(32, 64), 95 #undef DEF_USE_EXTEND_MAPPING_TBL macro
|
Completed in 4 milliseconds