Home
last modified time | relevance | path

Searched refs:imod (Results 1 – 25 of 43) sorted by relevance

12

/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp120 static inline int imod (int a, int b) in imod() function
145 return imod(c, size); in wrap()
153 return (size - 1) - mirror(imod(c, 2*size) - size); in wrap()
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dinvalid-CPS2p-arm.txt3 # invalid imod value (0b01)
Dinvalid-CPS3p-arm.txt3 # invalid (imod, M, iflags) combination
/external/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp114 LocalPointer<ImmutablePatternModifier> imod(mod.createImmutable(status), status); in testPatternWithNoPlaceholder() local
122 imod->applyToMicros(micros, quantity); in testPatternWithNoPlaceholder()
/external/python/cpython3/Lib/
Doperator.py365 def imod(a, b): function
456 __imod__ = imod
/external/capstone/arch/ARM/
DARMDisassembler.c2003 unsigned imod = fieldFromInstruction_4(Insn, 18, 2); in DecodeCPSInstruction() local
2022 if (imod == 1) return MCDisassembler_Fail; in DecodeCPSInstruction()
2024 if (imod && M) { in DecodeCPSInstruction()
2026 MCOperand_CreateImm0(Inst, imod); in DecodeCPSInstruction()
2029 } else if (imod && !M) { in DecodeCPSInstruction()
2031 MCOperand_CreateImm0(Inst, imod); in DecodeCPSInstruction()
2034 } else if (!imod && M) { in DecodeCPSInstruction()
2051 unsigned imod = fieldFromInstruction_4(Insn, 9, 2); in DecodeT2CPSInstruction() local
2063 if (imod == 1) return MCDisassembler_Fail; in DecodeT2CPSInstruction()
2065 if (imod && M) { in DecodeT2CPSInstruction()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1707 unsigned imod = fieldFromInstruction32(Insn, 18, 2); in DecodeCPSInstruction() local
1719 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction()
1721 if (imod && M) { in DecodeCPSInstruction()
1723 Inst.addOperand(MCOperand::CreateImm(imod)); in DecodeCPSInstruction()
1726 } else if (imod && !M) { in DecodeCPSInstruction()
1728 Inst.addOperand(MCOperand::CreateImm(imod)); in DecodeCPSInstruction()
1731 } else if (!imod && M) { in DecodeCPSInstruction()
1747 unsigned imod = fieldFromInstruction32(Insn, 9, 2); in DecodeT2CPSInstruction() local
1759 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction()
1761 if (imod && M) { in DecodeT2CPSInstruction()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb.td288 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags),
289 NoItinerary, "cps$imod $iflags", []>,
292 bit imod;
295 let Inst{4} = imod;
1435 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>;
1436 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>;
DARMInstrThumb2.td3273 bits<2> imod;
3284 let Inst{10-9} = imod;
3292 def t2CPS3p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags, i32imm:$mode),
3293 "$imod.w\t$iflags, $mode">;
3295 def t2CPS2p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags),
3296 "$imod.w\t$iflags">;
3297 let imod = 0, iflags = 0, M = 1 in
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1979 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local
1998 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction()
2000 if (imod && M) { in DecodeCPSInstruction()
2002 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
2005 } else if (imod && !M) { in DecodeCPSInstruction()
2007 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
2010 } else if (!imod && M) { in DecodeCPSInstruction()
2026 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local
2038 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction()
2040 if (imod && M) { in DecodeT2CPSInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1978 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local
1997 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction()
1999 if (imod && M) { in DecodeCPSInstruction()
2001 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
2004 } else if (imod && !M) { in DecodeCPSInstruction()
2006 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
2009 } else if (!imod && M) { in DecodeCPSInstruction()
2025 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local
2037 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction()
2039 if (imod && M) { in DecodeT2CPSInstruction()
[all …]
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td342 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags),
343 NoItinerary, "cps$imod $iflags", []>,
346 bit imod;
349 let Inst{4} = imod;
1552 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>;
1553 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>;
DARMInstrThumb2.td3691 bits<2> imod;
3697 let Inst{10-9} = imod;
3705 def t2CPS3p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags, i32imm:$mode),
3706 "$imod\t$iflags, $mode">;
3708 def t2CPS2p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags),
3709 "$imod.w\t$iflags">;
3710 let imod = 0, iflags = 0, M = 1 in
3713 def : t2InstAlias<"cps$imod.w $iflags, $mode",
3714 (t2CPS3p imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 0>;
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-armv7.txt36 # invalid imod value (0b01)
41 # invalid (imod, M, iflags) combination
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dinvalid-armv7.txt36 # invalid imod value (0b01)
41 # invalid (imod, M, iflags) combination
/external/python/cpython3/Doc/library/
Doperator.rst504 .. function:: imod(a, b)
507 ``a = imod(a, b)`` is equivalent to ``a %= b``.
/external/python/cpython2/Doc/library/
Doperator.rst367 .. function:: imod(a, b)
370 ``a = imod(a, b)`` is equivalent to ``a %= b``.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb.td359 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags),
360 NoItinerary, "cps$imod $iflags", []>,
363 bit imod;
366 let Inst{4} = imod;
DARMInstrThumb2.td3677 bits<2> imod;
3683 let Inst{10-9} = imod;
3691 def t2CPS3p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags, i32imm:$mode),
3692 "$imod\t$iflags, $mode">;
3694 def t2CPS2p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags),
3695 "$imod.w\t$iflags">;
3696 let imod = 0, iflags = 0, M = 1 in
3699 def : t2InstAlias<"cps$imod.w $iflags, $mode",
3700 (t2CPS3p imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 0>;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1522 int imod (int a, int b) in imod() function
1749 return (size - 1) - mirror(imod(coord, 2 * size) - size); in wrap()
1752 return imod(coord, size); in wrap()
/external/swiftshader/src/Shader/
DShaderCore.hpp264 void imod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
/external/python/cpython2/Modules/
Doperator.c412 spam2(imod,__imod__, "a = imod(a, b) -- Same as a %= b.")
/external/swiftshader/src/Pipeline/
DShaderCore.hpp264 void imod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
/external/python/cpython2/Lib/test/
Dtest_operator.py496 self.assertEqual(operator.imod (c, 5), "imod")
/external/python/cpython3/Lib/test/
Dtest_operator.py453 self.assertEqual(operator.imod (c, 5), "imod")

12