Home
last modified time | relevance | path

Searched defs:orr (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/llvm/test/MC/AArch64/SVE/
Dorr.s12 orr z5.b, z5.b, #0xf9 label
18 orr z23.h, z23.h, #0xfff9 label
24 orr z0.s, z0.s, #0xfffffff9 label
30 orr z0.d, z0.d, #0xfffffffffffffff9 label
36 orr z5.b, z5.b, #0x6 label
42 orr z23.h, z23.h, #0x6 label
48 orr z0.s, z0.s, #0x6 label
54 orr z0.d, z0.d, #0x6 label
60 orr z0.d, z0.d, z0.d // should use mov-alias label
66 orr z23.d, z13.d, z8.d // should not use mov-alias label
[all …]
Dorr-diagnostics.s6 orr z5.b, z5.b, #0xfa label
11 orr z5.b, z5.b, #0xfff9 label
16 orr z5.h, z5.h, #0xfffa label
21 orr z5.h, z5.h, #0xfffffff9 label
26 orr z5.s, z5.s, #0xfffffffa label
31 orr z5.s, z5.s, #0xffffffffffffff9 label
36 orr z15.d, z15.d, #0xfffffffffffffffa label
44 orr z7.d, z8.d, #254 label
49 orr z0.d, p0/m, z1.d, z2.d label
55 orr z21.d, z5.d, z26.b label
[all …]
/external/llvm-project/llvm/test/MC/ARM/
Ddirective-if-subtraction.s13 orr r1, r1, #1 label
15 orr r1, r1, #2 label
Darm-arithmetic-aliases.s36 orr r2, r2, #6 label
37 orr r2, #6 label
38 orr r2, r2, r3 label
39 orr r2, r3 label
/external/llvm/test/MC/ARM/
Darm-arithmetic-aliases.s36 orr r2, r2, #6 label
37 orr r2, #6 label
38 orr r2, r2, r3 label
39 orr r2, r3 label
/external/llvm-project/pstl/test/std/numerics/numeric.ops/
Dscan.pass.cpp110 auto orr = inclusive ? inclusive_scan(exec, in_first, in_last, out_first) in operator ()() local
149 auto orr = inclusive ? inclusive_scan(exec, in_first, in_last, out_first, binary_op, init) in operator ()() local
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
Dtransform_unary.pass.cpp45 auto orr = std::transform(exec, first, last, out_first, op); in operator ()() local
/external/llvm-project/llvm/test/tools/llvm-mca/ARM/
Dm7-int.s191 orr r0, r1, #1 label
194 orr r0, r1, r2 label
196 orr r0, r1, r2, LSL #1 label
Dm4-int.s197 orr r0, r1, #1 label
200 orr r0, r1, r2 label
202 orr r0, r1, r2, LSL #1 label
/external/llvm/test/MC/AArch64/
Darm64-diags.s258 orr w0, w0, w0, lsl #32 label
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-diags.s319 orr w0, w0, w0, lsl #32 label
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc268 __ orr(w6, w7, w8); in GenerateTestSequenceBase() local
269 __ orr(x9, x10, x11); in GenerateTestSequenceBase() local
1310 __ orr(v17.V16B(), v17.V16B(), v23.V16B()); in GenerateTestSequenceNEON() local
1311 __ orr(v8.V2S(), 0xe3); in GenerateTestSequenceNEON() local
1312 __ orr(v11.V4H(), 0x97, 8); in GenerateTestSequenceNEON() local
1313 __ orr(v7.V4S(), 0xab); in GenerateTestSequenceNEON() local
1314 __ orr(v8.V8B(), v4.V8B(), v3.V8B()); in GenerateTestSequenceNEON() local
1315 __ orr(v31.V8H(), 0xb0, 8); in GenerateTestSequenceNEON() local
Dtest-api-movprfx-aarch64.cc191 __ orr(z25.VnH(), p5.Merging(), z25.VnH(), z25.VnH()); in TEST() local
746 __ orr(z9.VnS(), p3.Merging(), z9.VnS(), z13.VnS()); in TEST() local
1444 __ orr(z27.VnD(), p2.Merging(), z27.VnD(), z17.VnD()); in TEST() local
Dtest-assembler-aarch64.cc455 TEST(orr) { in TEST() argument
7355 __ orr(xzr, x0, x6); in TEST() local
7356 __ orr(xzr, x6, xzr); in TEST() local
7357 __ orr(xzr, xzr, x6); in TEST() local
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc688 __ orr(r0, r5, r6); in TEST() local
692 __ orr(r2, r2, 1); in TEST() local
703 __ orr(r2, r2, 1); in TEST() local
715 __ orr(r5, r5, 1); in TEST() local
5594 __ orr(r11, r11, 1); in TEST() local
/external/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S89 orr r6,r6,#64 label
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S89 orr r6,r6,#64 label
/external/rust/crates/ring/crypto/curve25519/asm/
Dx25519-asm-arm.S91 orr r6,r6,#64 label
/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc122 void Assembler::orr(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in orr() function in vixl::aarch64::Assembler
157 void Assembler::orr(const ZRegister& zd, in orr() function in vixl::aarch64::Assembler
2394 void Assembler::orr(const ZRegister& zd, in orr() function in vixl::aarch64::Assembler
6090 void Assembler::orr(const PRegisterWithLaneSize& pd, in orr() function in vixl::aarch64::Assembler
Dassembler-aarch64.cc614 void Assembler::orr(const Register& rd, in orr() function in vixl::aarch64::Assembler
3965 void Assembler::orr(const VRegister& vd, const int imm8, const int left_shift) { in orr() function in vixl::aarch64::Assembler
/external/skia/fuzz/
DFuzzCanvas.cpp1225 SkRRect orr, irr; in fuzz_canvas() local
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/
DA55-basic-instructions.s1304 orr w2, w7, w0, asr #31 label
1305 orr x8, x9, x10, lsl #12 label
/external/skqp/fuzz/
DFuzzCanvas.cpp1255 SkRRect orr, irr; in fuzz_canvas() local
/external/vixl/benchmarks/aarch32/
Dasm-disasm-speed-test.cc487 __ orr(r8, r8, r2); in Generate_3() local
500 __ orr(r8, r8, r3); in Generate_3() local
891 __ orr(r3, r3, 0x8000); in Generate_6() local
892 __ orr(r3, r3, 0x60); in Generate_6() local
2476 __ orr(r3, r3, 0x8000); in Generate_19() local
2478 __ orr(r3, r3, 0x60); in Generate_19() local
2854 __ orr(r8, r8, r1); in Generate_22() local
2864 __ orr(r8, r8, r3); in Generate_22() local
4269 __ orr(lt, r1, r1, 0x1); in Generate_32() local
/external/skia/tests/
DPathTest.cpp5039 SkRRect orr; in DEF_TEST() local

12