Home
last modified time | relevance | path

Searched refs:CSEL (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64_constants.h151 CSEL = 0x1a800000, enumerator
270 Aarch64 Instruction CSEL Field Defines
278 V(CSEL, Cond, 15, 12) \
H A Dassembler_aarch64.cpp901 uint32_t code = Sf(!rd.IsW()) | CSEL | Rm(operand.Reg().GetId()) | cond_field | Rn(rn.GetId()) | Rd(rd.GetId()); in CMov()

Completed in 4 milliseconds