Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dpandafile_isapi.rb33 jump? && conditional? && stripped_mnemonic[-1] != 'z'
37 jump? && conditional? && stripped_mnemonic[-1] == 'z'
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpandafile_isapi.rb33 jump? && conditional? && stripped_mnemonic[-1] != 'z'
37 jump? && conditional? && stripped_mnemonic[-1] == 'z'
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test.h80 using UExp = typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type; in CallCode()
81 using TExp = typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type; in CallCode()
124 using UExp = typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type; in CallCode()
125 using TExp = typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type; in CallCode()
167 using TExp = typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type; in CallCode()
205 using TExp = typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type; in CallCode()
H A Dencoder64_test_2.cpp206 using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type; in TestCast()
239 using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type; in TestCast()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test.h72 using TExp = typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type; in CallCode()
73 using UExp = typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type; in CallCode()
116 using TExp = typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type; in CallCode()
117 using UExp = typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type; in CallCode()
160 using TExp = typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type; in CallCode()
198 using TExp = typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type; in CallCode()
H A Dencoder64_test_2.cpp102 using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type; in TestCast()
136 using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type; in TestCast()
/arkcompiler/ets_frontend/es2panda/util/
H A DcommonUtil.h63 using ConstReferenceIf = typename std::conditional<isConst, const T &, T &>::type;
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp235 typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
236 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
279 typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
280 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
323 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
361 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
2473 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std
2511 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std
/arkcompiler/runtime_core/isa/
H A Disapi.rb241 # Shortcut for querying 'conditional' property
242 def conditional?
243 properties.include? 'conditional'
/arkcompiler/runtime_core/static_core/isa/
H A Disapi.rb216 # Shortcut for querying 'conditional' property
217 def conditional?
218 properties.include? 'conditional'
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp237 typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
238 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
281 typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
282 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
325 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
363 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std
2580 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std
2617 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_2.cpp164 using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type; in TestCast()
197 using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type; in TestCast()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp2447 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std
2484 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std

Completed in 43 milliseconds