Home
last modified time | relevance | path

Searched refs:xori_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.cpp1599 *mPC++ = (xori_op<<OP_SHF) | (Rt<<RT_SHF) | (Rs<<RS_SHF) | (imm & MSK_16); in XORI()