Home
last modified time | relevance | path

Searched refs:aui_op (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.h313 andi_op, ori_op, xori_op, aui_op, // 0x0c - 0x0f enumerator
DMIPS64Assembler.cpp1434 *mPC++ = (aui_op<<OP_SHF) | (Rt<<RT_SHF) | (offset & MSK_16); in LUI()