Home
last modified time | relevance | path

Searched defs:orrs (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dorrs-diagnostics.s6 orrs p0.h, p0/z, p0.h, p1.h label
11 orrs p0.s, p0/z, p0.s, p1.s label
16 orrs p0.d, p0/z, p0.d, p1.d label
24 orrs p0.b, p0/m, p1.b, p2.b label
Dorrs.s10 orrs p0.b, p0/z, p0.b, p1.b label
16 orrs p0.b, p0/z, p0.b, p0.b label
22 orrs p15.b, p15/z, p15.b, p15.b label
/external/vixl/src/aarch32/
Dassembler-aarch32.h2752 void orrs(Register rd, Register rn, const Operand& operand) { in orrs() function
2755 void orrs(Condition cond, Register rd, Register rn, const Operand& operand) { in orrs() function
2758 void orrs(EncodingSize size, in orrs() function
Dassembler-aarch32.cc7867 void Assembler::orrs(Condition cond, in orrs() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc2039 void Disassembler::orrs(Condition cond, in orrs() function in vixl::aarch32::Disassembler