Home
last modified time | relevance | path

Searched defs:q0 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mop_split.h59 int64 q0 = ofstVal / maxPimm + (ofstVal < 0 ? -1 : 0); in SplitGetRemained() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp956 int32 q0 = opndVal / maxPimm; in CheckIfSplitOffsetWithAdd() local
1043 int64 q0 = ofstVal / maxPimm + (ofstVal < 0 ? -1 : 0); in SplitAndGetRemained() local