Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1145 Operand &origOpnd1, PrimType primType, bool signedCond) in SelectCondGoto()
1285 bool signedCond = IsSignedInteger(pType) || IsPrimitiveFloat(pType); in SelectCondGoto() local