Home
last modified time | relevance | path

Searched refs:OPC_LDLV (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_legalize.c251 if ((n->opc == OPC_LDLV) || (n->opc == OPC_LDL) || (n->opc == OPC_LDLW)) in legalize_block()
283 last_input_needs_ss |= (n->opc == OPC_LDLV); in legalize_block()
296 if (is_mem(last_input) && (last_input->opc == OPC_LDLV)) { in legalize_block()
Dir3.h813 case OPC_LDLV: in is_load()
828 case OPC_LDLV: in is_input()
1335 case OPC_LDLV: in ir3_has_latency_to_hide()
Dinstr-a3xx.h238 OPC_LDLV = _OPC(6, 31), enumerator
Ddisasm-a3xx.c961 case OPC_LDLV: in print_instr_cat6_a3xx()
1478 OPC(6, OPC_LDLV, ldlv),
Dir3_parser.y785 | T_OP_LDLV { new_instr(OPC_LDLV); } cat6_type dst_reg ',' 'l' '[' reg cat6_offset…