Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.h276 void DSUBIU(int Rt, int Rs, int16_t imm);
DMIPS64Assembler.cpp446 mMips->DSUBIU(Rd, Rn, src); in dataProcessing()
1396 void MIPS64Assembler::DSUBIU(int Rt, int Rs, int16_t imm) // really addiu(d, s, -j) in DSUBIU() function in android::MIPS64Assembler