HomeSort by relevance Sort by last modified time
    Searched refs:OPC_MOV (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_disasm.c 460 #define OPC_MOV(opc) [INST_OPCODE_##opc] = {#opc, print_opc_mov}
473 OPC_MOV(MOVAR),
474 OPC_MOV(MOVAF),
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_group.c 72 instr->opc = OPC_MOV;
ir3_print.c 67 } else if (instr->opc == OPC_MOV) {
ir3.h 561 case OPC_MOV:
936 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOV);
956 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOV);
ir3_compiler_nir.c 325 mov = ir3_instr_create(block, OPC_MOV);
405 mov = ir3_instr_create(ctx->block, OPC_MOV);
421 mov = ir3_instr_create(ctx->block, OPC_MOV);
457 mov = ir3_instr_create(block, OPC_MOV);
480 mov = ir3_instr_create(block, OPC_MOV);
508 mov = ir3_instr_create(block, OPC_MOV);
    [all...]
ir3_cp.c 450 if ((instr->opc == OPC_MOV) ||
instr-a3xx.h 53 OPC_MOV = _OPC(1, 0),
disasm-a3xx.c 675 OPC(1, OPC_MOV, ),
ir3_ra.c 945 case OPC_MOV:

Completed in 95 milliseconds