Home
last modified time | relevance | path

Searched defs:cinv (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/llvm/
Dcompat.hpp79 create_compiler_invocation_from_args(clang::CompilerInvocation &cinv, in create_compiler_invocation_from_args()
/external/llvm-project/llvm/test/MC/ARM/
Dmve-scalar-shift.s60 cinv lr, r12, hs label
Dthumbv8.1m.s1078 cinv lr, r12, hs label
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/
DA55-basic-instructions.s428 cinv w3, w5, gt label
429 cinv wzr, w4, le label
431 cinv x3, x5, gt label
432 cinv xzr, x4, le label
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc95 __ cinv(w21, w22, eq); in GenerateTestSequenceBase() local
96 __ cinv(w21, w22, ne); in GenerateTestSequenceBase() local
97 __ cinv(x23, x24, cc); in GenerateTestSequenceBase() local
98 __ cinv(x23, x24, cs); in GenerateTestSequenceBase() local
/external/vixl/src/aarch64/
Dassembler-aarch64.cc776 void Assembler::cinv(const Register& rd, const Register& rn, Condition cond) { in cinv() function in vixl::aarch64::Assembler