Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp279 bool regX = !rt.IsW(); in Ldr() local
282 uint64_t imm = GetImmOfLdr(operand, scale, regX); in Ldr()
285 uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | LoadAndStoreImm(imm, isSigned) | in Ldr()
290 uint32_t shift = GetShiftOfLdr(operand, scale, regX); in Ldr()
297 uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | Rm(rm.GetId()) | in Ldr()
323 bool regX = !rt.IsW(); in Str() local
330 if (regX) { in Str()
348 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, isSigned) | in Str()
359 bool regX = !rt.IsW(); in Ldur() local
364 uint32_t instructionCode = (regX << 3 in Ldur()
371 bool regX = !rt.IsW(); Stur() local
[all...]

Completed in 2 milliseconds