Home
last modified time | relevance | path

Searched defs:instructionCode (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp113 uint32_t instructionCode = Sf(sf) | op | LoadAndStorePairImm(imm) | Rt2(rt2.GetId()) | in Ldp() local
145 uint32_t instructionCode = Sf(sf) | op | LoadAndStorePairImm(imm) | Rt2(rt2.GetId()) | in Stp() local
188 uint32_t instructionCode = opc | op | LoadAndStorePairImm(imm) | Rt2(vt2.GetId()) | in Ldp() local
231 uint32_t instructionCode = opc | op | LoadAndStorePairImm(imm) | Rt2(vt2.GetId()) | in Stp() local
273 …uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | LoadAndStoreImm(imm, isSig… in Ldr() local
285 uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | Rm(rm.GetId()) in Ldr() local
335 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, isSigned) in Str() local
350 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, true) in Ldur() local
362 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, true) in Stur() local