Home
last modified time | relevance | path

Searched full:cmp_imm (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml187 % cmp_imm = name == "JFALSE" ? 0 : 1
188 auto cvat_input = FindOrCreateConstant(<%= cmp_imm %>);
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h149 CMP_Imm = 0x7100000f, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h390 * 1. cmp_imm value == and_imm value
391 * 2. (and_imm value is (1 << n)) && (cmp_imm value is (1 << n))
403 * 1. (cmp_imm value is 0) || (cmp_imm == and_imm)