Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
Daarch64_builder.cpp39 std::string constraints = inputRegs + "~{x15},~{nzcv},~{fpsr},~{x30}" in GetASMBarrierCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/
Dx64_builder.cpp39 std::string constraints = inputRegs + "~{r11},~{dirflag},~{fpsr},~{flags}," in GetASMBarrierCall() local
/arkcompiler/ets_runtime/test/aottest/elements_kind/
Delements_kind.ts65 let constraints: OrderedCollection = new OrderedCollection(); variable