Home
last modified time | relevance | path

Searched refs:lhu_op (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.h319 lbu_op, lhu_op, rsrv_opc_7, lwu_op, // 0x24 - 0x27 enumerator
DMIPSAssembler.h441 lbu_op, lhu_op, lwr_op, lwu_op, enumerator
DMIPSAssembler.cpp1727 *mPC++ = (lhu_op<<OP_SHF) | (Rbase<<RS_SHF) | (Rt<<RT_SHF) | (offset & MSK_16); in LHU()