Searched defs:cinv (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/llvm/ |
D | compat.hpp | 79 create_compiler_invocation_from_args(clang::CompilerInvocation &cinv, in create_compiler_invocation_from_args()
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | mve-scalar-shift.s | 60 cinv lr, r12, hs label
|
D | thumbv8.1m.s | 1078 cinv lr, r12, hs label
|
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
D | A55-basic-instructions.s | 428 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/ |
D | test-trace-aarch64.cc | 95 __ 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/ |
D | assembler-aarch64.cc | 776 void Assembler::cinv(const Register& rd, const Register& rn, Condition cond) { in cinv() function in vixl::aarch64::Assembler
|