Home
last modified time | relevance | path

Searched defs:opcode2 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/panfrost/compiler/valhall/
Dvalhall.py179 …def __init__(self, name, opcode, opcode2, srcs = [], dests = [], immediates = [], modifiers = [], … argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c898 const struct rc_opcode_info *opcode2 = rc_get_opcode_info(inst2->U.I.Opcode); in have_shared_source() local
1172 rc_opcode opcode2) in inst_combination()