Home
last modified time | relevance | path

Searched refs:NO_EXTEND (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h160 : reg_(RegisterId::INVALID_REG), extend_(Extend::NO_EXTEND), shift_(Shift::NO_SHIFT), in Operand()
165 … : reg_(reg), extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shift_amount), immediate_(0) in reg_()
186 return reg_.IsValid() && extend_ != Extend::NO_EXTEND; in IsExtended()
235 extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shiftAmount) in base_()
240 extend_(Extend::NO_EXTEND), shift_(Shift::NO_SHIFT), shiftAmount_(0) in base_()
Dassembler_aarch64_constants.h46 NO_EXTEND = 0xFF, enumerator
Dassembler_aarch64.cpp288 ASSERT(operand.GetExtendOption() != Extend::NO_EXTEND); in Ldr()