Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp115 uint32_t instructionCode = Sf(sf) | op | LoadAndStorePairImm(imm) | Rt2(rt2.GetId()) | in Ldp() local
149 uint32_t instructionCode = Sf(sf) | op | LoadAndStorePairImm(imm) | Rt2(rt2.GetId()) | in Stp() local
195 uint32_t instructionCode = opc | op | LoadAndStorePairImm(imm) | Rt2(vt2.GetId()) | in Ldp() local
241 uint32_t instructionCode = opc | op | LoadAndStorePairImm(imm) | Rt2(vt2.GetId()) | in Stp() local
285 uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | LoadAndStoreImm(imm, isSigned) | in Ldr() local
297 uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | Rm(rm.GetId()) | Ldr() local
348 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, isSigned) | Str() local
364 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, true) | Ldur() local
376 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, true) | Stur() local
[all...]

Completed in 4 milliseconds