Home
last modified time | relevance | path

Searched defs:movs (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_copy_propagate.c119 try_copy_prop(struct v3d_compile *c, struct qinst *inst, struct qinst **movs) in try_copy_prop() argument
210 apply_kills(struct v3d_compile *c, struct qinst **movs, struct qinst *inst) in apply_kills() argument
229 struct qinst **movs; in vir_opt_copy_propagate() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_copy_propagation.c65 try_copy_prop(struct vc4_compile *c, struct qinst *inst, struct qinst **movs) in try_copy_prop() argument
157 apply_kills(struct vc4_compile *c, struct qinst **movs, struct qinst *inst) in apply_kills() argument
176 struct qinst **movs; in qir_opt_copy_propagation() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp156 int movs = count_movs_from_if(devinfo, then_mov, else_mov, then_block, else_block); in opt_peephole_sel() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp83 std::map<unsigned, nir_alu_instr*> movs; member in __anon7314::nir_load_store_vectorize_test
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc7211 void Assembler::movs(Condition cond, in movs() function in vixl::aarch32::Assembler
H A Dassembler-aarch32.h2657 void movs(Register rd, const Operand& operand) { in movs() function in vixl::aarch32::Assembler
2660 void movs(Condition cond, Register rd, const Operand& operand) { in movs() function in vixl::aarch32::Assembler
2663 void movs(EncodingSize size, Register rd, const Operand& operand) { in movs() function in vixl::aarch32::Assembler
H A Ddisasm-aarch32.cc1928 void Disassembler::movs(Condition cond, in movs() function in vixl::aarch32::Disassembler
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc6593 void Assembler::movs(const PRegister& pd, const PRegister& pn) { in movs() function in vixl::aarch64::Assembler
6598 void Assembler::movs(const PRegisterWithLaneSize& pd, in movs() function in vixl::aarch64::Assembler

Completed in 113 milliseconds