Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.h313 andi_op, ori_op, xori_op, aui_op, // 0x0c - 0x0f enumerator
DMIPSAssembler.h435 andi_op, ori_op, xori_op, lui_op, enumerator
DMIPSAssembler.cpp1565 *mPC++ = (andi_op<<OP_SHF) | (Rt<<RT_SHF) | (Rs<<RS_SHF) | (imm & MSK_16); in ANDI()