/external/llvm-project/llvm/test/MC/AArch64/SVE/ |
D | movs.s | 10 movs p0.b, p0.b label 16 movs p15.b, p15.b label 22 movs p0.b, p0/z, p0.b label 28 movs p15.b, p15/z, p15.b label
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_opt_copy_propagation.c | 65 try_copy_prop(struct vc4_compile *c, struct qinst *inst, struct qinst **movs) in try_copy_prop() 157 apply_kills(struct vc4_compile *c, struct qinst **movs, struct qinst *inst) in apply_kills() 176 struct qinst **movs; in qir_opt_copy_propagation() local
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir_opt_copy_propagate.c | 119 try_copy_prop(struct v3d_compile *c, struct qinst *inst, struct qinst **movs) in try_copy_prop() 210 apply_kills(struct v3d_compile *c, struct qinst **movs, struct qinst *inst) in apply_kills() 229 struct qinst **movs; in vir_opt_copy_propagate() local
|
/external/vixl/benchmarks/aarch32/ |
D | asm-disasm-speed-test.cc | 206 __ movs(Narrow, r3, 0U); in Generate_1() local 207 __ movs(Narrow, r5, 1U); in Generate_1() local 209 __ movs(Narrow, r0, 4U); in Generate_1() local 264 __ movs(Narrow, r3, 14U); in Generate_1() local 372 __ movs(Narrow, r3, 1U); in Generate_2() local 389 __ movs(Narrow, r1, 0U); in Generate_2() local 490 __ movs(Narrow, r3, 1U); in Generate_3() local 494 __ movs(Narrow, r1, 14U); in Generate_3() local 508 __ movs(Narrow, r2, 1U); in Generate_3() local 512 __ movs(Narrow, r1, 32U); in Generate_3() local [all …]
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | branch-disassemble.s | 15 movs r2, r3 label
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_sel_peephole.cpp | 155 int movs = count_movs_from_if(then_mov, else_mov, then_block, else_block); in opt_peephole_sel() local
|
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 783 movs dword ptr [eax], dword ptr [ebx] label
|
/external/llvm-project/llvm/test/MC/X86/ |
D | intel-syntax.s | 856 movs dword ptr [eax], dword ptr [ebx] label
|
/external/llvm-project/llvm/test/tools/llvm-mca/ARM/ |
D | m7-int.s | 163 movs r0, #1 label
|
D | m4-int.s | 170 movs r0, #1 label
|
/external/mesa3d/src/compiler/nir/tests/ |
D | load_store_vectorizer_tests.cpp | 84 std::map<unsigned, nir_alu_instr*> movs; member in __anoneec4f2da0111::nir_load_store_vectorize_test
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 282 void Assembler::movs(Register rd, Operand o, Condition cond) { in movs() function in dart::Assembler
|
/external/vixl/src/aarch64/ |
D | assembler-sve-aarch64.cc | 6462 void Assembler::movs(const PRegister& pd, const PRegister& pn) { in movs() function in vixl::aarch64::Assembler 6467 void Assembler::movs(const PRegisterWithLaneSize& pd, in movs() function in vixl::aarch64::Assembler
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 2649 void movs(Register rd, const Operand& operand) { in movs() function 2652 void movs(Condition cond, Register rd, const Operand& operand) { in movs() function 2655 void movs(EncodingSize size, Register rd, const Operand& operand) { in movs() function
|
D | assembler-aarch32.cc | 7202 void Assembler::movs(Condition cond, in movs() function in vixl::aarch32::Assembler
|
D | disasm-aarch32.cc | 1928 void Disassembler::movs(Condition cond, in movs() function in vixl::aarch32::Disassembler
|
/external/skia/src/core/ |
D | SkVM.cpp | 2296 void Assembler::movs(X dst, V src, int lane) { in movs() function in skvm::Assembler
|