Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dgraph.cpp120 std::vector<uint32_t> imms; in GetImms() local
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.h103 std::vector<IType> imms; /* list of arguments - immediates */ member
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.h114 std::vector<IType> imms; /* list of arguments - immediates */ member
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.cpp398 uint32_t imms = k32BitSize - 1; // imms = width - 1 in CopyImmSize64() local
H A Dassembler_aarch64.cpp742 void AssemblerAarch64::Ubfm(const Register &rd, const Register &rn, unsigned immr, unsigned imms) in Ubfm() argument
752 void AssemblerAarch64::Bfm(const Register &rd, const Register &rn, unsigned immr, unsigned imms) in Bfm() argument
764 unsigned imms = 0; in Lsr() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen-inl.h365 void Codegen::EncodeImms(const T &imms, bool skipFirstLocation) in EncodeImms() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp1096 const auto &imms = GetImms(); in DumpImms() local

Completed in 8 milliseconds