Searched refs:_andi (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp2619 _andi(T5, Src1LoR, INT32_BITS);
2672 _andi(T5, Src1LoR, INT32_BITS);
2726 _andi(T5, Src1LoR, INT32_BITS);
2836 _andi(T, Src0R, Value);
3710 _andi(T_Lo, Src0R, Mask);
3725 _andi(T, Src0R, Mask);
3738 _andi(T, Src0R, 0x1);
3741 _andi(T, Src0R, 0xff);
3744 _andi(T, Src0R, 0xffff);
3930 _andi(TDes
[all...]
H A DIceTargetLoweringMIPS32.h178 void _andi(Variable *Dest, Variable *Src, uint32_t Imm) { function in class:Ice::MIPS32::TargetMIPS32

Completed in 807 milliseconds