Searched refs:MULv (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 590 alu = ir2_instr_create_alu(next_exec_cf(ctx), MULv, ~0); in push_predicate() 701 alu = ir2_instr_create_alu(next_exec_cf(ctx), MULv, ~0); in translate_pow() 781 instr = ir2_instr_create_alu(next_exec_cf(ctx), MULv, ~0); in translate_tex() 891 instr = ir2_instr_create_alu(next_exec_cf(ctx), MULv, ~0); in translate_lrp() 903 instr = ir2_instr_create_alu(next_exec_cf(ctx), MULv, ~0); in translate_lrp() 1034 instr = ir2_instr_create_alu(cf, MULv, ~0); in translate_instruction()
|
D | instr-a2xx.h | 94 MULv = 1, enumerator
|
D | disasm-a2xx.c | 131 INSTR(MULv, 2),
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 511 def : InstRW<[CyWriteVMul], (instregex "MULv","SMULLv","UMULLv",
|