Searched defs:imod (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 120 static inline int imod (int a, int b) in imod() function
|
D | tcuTexture.cpp | 1515 static inline int imod (int a, int b) in imod() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1707 unsigned imod = fieldFromInstruction32(Insn, 18, 2); in DecodeCPSInstruction() local 1747 unsigned imod = fieldFromInstruction32(Insn, 9, 2); in DecodeT2CPSInstruction() local 3063 unsigned imod = fieldFromInstruction16(Insn, 4, 1) | 0x2; in DecodeThumbCPS() local
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1979 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local 2026 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local 3922 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; in DecodeThumbCPS() local
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 800 void ShaderCore::imod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imod() function in sw::ShaderCore
|