Searched defs:movs (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_copy_propagate.c | 119 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 D | vc4_opt_copy_propagation.c | 65 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 D | brw_fs_sel_peephole.cpp | 156 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 D | load_store_vectorizer_tests.cpp | 83 std::map<unsigned, nir_alu_instr*> movs; member in __anon7314::nir_load_store_vectorize_test [all...] |
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.cc | 7211 void Assembler::movs(Condition cond, in movs() function in vixl::aarch32::Assembler
|
H A D | assembler-aarch32.h | 2657 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 D | disasm-aarch32.cc | 1928 void Disassembler::movs(Condition cond, in movs() function in vixl::aarch32::Disassembler [all...] |
/third_party/vixl/src/aarch64/ |
H A D | assembler-sve-aarch64.cc | 6593 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