Searched refs:NO_EXTEND (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.h | 160 : 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_()
|
D | assembler_aarch64_constants.h | 46 NO_EXTEND = 0xFF, enumerator
|
D | assembler_aarch64.cpp | 288 ASSERT(operand.GetExtendOption() != Extend::NO_EXTEND); in Ldr()
|