Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp900 uint32_t cond_field = (cond << CSEL_Cond_LOWBITS) & CSEL_Cond_MASK; in CMov() local
901 uint32_t code = Sf(!rd.IsW()) | CSEL | Rm(operand.Reg().GetId()) | cond_field | Rn(rn.GetId()) | Rd(rd.GetId()); in CMov()

Completed in 3 milliseconds