Home
last modified time | relevance | path

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

/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()
DtcuTexture.cpp1515 static inline int imod (int a, int b) in imod() function
1553 return imod(c, size); in wrap()
1556 return imod(c, size); in wrap()
1563 return (size - 1) - mirror(imod(c, 2*size) - size); in wrap()
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1946 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local
1965 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction()
1967 if (imod && M) { in DecodeCPSInstruction()
1969 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
1972 } else if (imod && !M) { in DecodeCPSInstruction()
1974 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
1977 } else if (!imod && M) { in DecodeCPSInstruction()
1993 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local
2005 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction()
2007 if (imod && M) { in DecodeT2CPSInstruction()
[all …]
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td325 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags),
326 NoItinerary, "cps$imod $iflags", []>,
329 bit imod;
332 let Inst{4} = imod;
1504 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>;
1505 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>;
DARMInstrThumb2.td3683 bits<2> imod;
3689 let Inst{10-9} = imod;
3697 def t2CPS3p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags, i32imm:$mode),
3698 "$imod\t$iflags, $mode">;
3700 def t2CPS2p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags),
3701 "$imod.w\t$iflags">;
3702 let imod = 0, iflags = 0, M = 1 in
3705 def : t2InstAlias<"cps$imod.w $iflags, $mode",
3706 (t2CPS3p imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 0>;
DARMInstrInfo.td1935 bits<2> imod;
1942 let Inst{19-18} = imod;
1952 def CPS3p : CPS<(ins imod_op:$imod, iflags_op:$iflags, imm0_31:$mode),
1953 "$imod\t$iflags, $mode">;
1955 def CPS2p : CPS<(ins imod_op:$imod, iflags_op:$iflags), "$imod\t$iflags">;
1957 let imod = 0, iflags = 0, M = 1 in
DARMInstrFormats.td134 // ARM imod and iflag operands, used only by the CPS instruction.
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-armv7.txt36 # invalid imod value (0b01)
41 # invalid (imod, M, iflags) combination
/external/libexif/po/
Dda.po1728 "Mærke '%s' var af format '%s' (som er imod specifikation), og er blevet "
1737 "Mærke '%s' er af format '%s' (som er imod specifikation), men kan ikke "