Searched refs:movi (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Ddisasm.c399 print_dst(instr->movi.dst);
400 printf(", 0x%04x", instr->movi.uimm);
401 if (instr->movi.shift)
402 printf(" << %u", instr->movi.shift);
404 if ((instr->movi.dst == REG_ADDR) && (instr->movi.shift >= 16)) {
405 uint32_t val = (uint32_t)instr->movi.uimm << (uint32_t)instr->movi.shift;
418 if ((instr->movi.shift == 16) &&
419 ((instr->movi
[all...]
H A Dasm.c207 /* move can either be encoded as movi (ie. move w/ immed) or
216 instr.movi.dst = ai->dst;
217 instr.movi.uimm = ai->immed;
218 instr.movi.shift = ai->shift;
225 instr.movi.dst = ai->dst;
226 instr.movi.uimm = resolve_label(ai->label);
227 instr.movi.shift = ai->shift;
H A Dafuc.h157 } movi; member in union:PACKED
H A Demu.c142 uint32_t val = instr->movi.uimm << instr->movi.shift;
143 emu_set_gpr_reg(emu, instr->movi.dst, val);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arma64-neon-asm.h1272 movi \()\out_a\().8b, #255
H A Dpixman-arma64-neon-asm.S523 movi v31.8b, #255
1356 movi v4.2s, #0xff, lsl 24

Completed in 10 milliseconds