Home
last modified time | relevance | path

Searched defs:movs (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/test/MC/AArch64/SVE/
Dmovs.s10 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/
Dvc4_opt_copy_propagation.c65 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/
Dvir_opt_copy_propagate.c119 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/
Dasm-disasm-speed-test.cc206 __ 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/
Dbranch-disassemble.s15 movs r2, r3 label
/external/mesa3d/src/intel/compiler/
Dbrw_fs_sel_peephole.cpp155 int movs = count_movs_from_if(then_mov, else_mov, then_block, else_block); in opt_peephole_sel() local
/external/llvm/test/MC/X86/
Dintel-syntax.s783 movs dword ptr [eax], dword ptr [ebx] label
/external/llvm-project/llvm/test/MC/X86/
Dintel-syntax.s856 movs dword ptr [eax], dword ptr [ebx] label
/external/llvm-project/llvm/test/tools/llvm-mca/ARM/
Dm7-int.s163 movs r0, #1 label
Dm4-int.s170 movs r0, #1 label
/external/mesa3d/src/compiler/nir/tests/
Dload_store_vectorizer_tests.cpp84 std::map<unsigned, nir_alu_instr*> movs; member in __anoneec4f2da0111::nir_load_store_vectorize_test
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc282 void Assembler::movs(Register rd, Operand o, Condition cond) { in movs() function in dart::Assembler
/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc6462 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/
Dassembler-aarch32.h2649 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
Dassembler-aarch32.cc7202 void Assembler::movs(Condition cond, in movs() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc1928 void Disassembler::movs(Condition cond, in movs() function in vixl::aarch32::Disassembler
/external/skia/src/core/
DSkVM.cpp2296 void Assembler::movs(X dst, V src, int lane) { in movs() function in skvm::Assembler