Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp907 int32_t offsetImm = LinkAndGetInstOffsetToLabel(label); in B() local
909 offsetImm >>= 2; in B()
910 B(offsetImm); in B()
927 int32_t offsetImm = LinkAndGetInstOffsetToLabel(label); in Bl() local
929 offsetImm >>= 2; in Bl()
930 Bl(offsetImm); in Bl()
948 int32_t offsetImm = LinkAndGetInstOffsetToLabel(label); in B() local
950 offsetImm >>= 2; in B()
951 B(cond, offsetImm); in B()
962 int32_t offsetImm in Cbz() local
970 int32_t offsetImm = LinkAndGetInstOffsetToLabel(label); Cbnz() local
990 int32_t offsetImm = LinkAndGetInstOffsetToLabel(label); Tbz() local
1007 int32_t offsetImm = LinkAndGetInstOffsetToLabel(label); Tbnz() local
[all...]

Completed in 3 milliseconds