Searched refs:imod (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 120 static inline int imod (int a, int b) in imod() function 145 return imod(c, size); in wrap() 149 return (size - 1) - mirror(imod(c, 2*size) - size); in wrap()
|
D | tcuTexture.cpp | 1124 static inline int imod (int a, int b) in imod() function 1162 return imod(c, size); in wrap() 1165 return imod(c, size); in wrap() 1168 return (size - 1) - mirror(imod(c, 2*size) - size); in wrap()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1960 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local 1979 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction() 1981 if (imod && M) { in DecodeCPSInstruction() 1983 Inst.addOperand(MCOperand::CreateImm(imod)); in DecodeCPSInstruction() 1986 } else if (imod && !M) { in DecodeCPSInstruction() 1988 Inst.addOperand(MCOperand::CreateImm(imod)); in DecodeCPSInstruction() 1991 } else if (!imod && M) { in DecodeCPSInstruction() 2007 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local 2019 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction() 2021 if (imod && M) { in DecodeT2CPSInstruction() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 324 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags), 325 NoItinerary, "cps$imod $iflags", []>, 328 bit imod; 331 let Inst{4} = imod; 1491 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>; 1492 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>;
|
D | ARMInstrThumb2.td | 3678 bits<2> imod; 3684 let Inst{10-9} = imod; 3692 def t2CPS3p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 3693 "$imod\t$iflags, $mode">; 3695 def t2CPS2p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags), 3696 "$imod.w\t$iflags">; 3697 let imod = 0, iflags = 0, M = 1 in 3700 def : t2InstAlias<"cps$imod.w $iflags, $mode", 3701 (t2CPS3p imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 0>;
|
D | ARMInstrInfo.td | 1898 bits<2> imod; 1905 let Inst{19-18} = imod; 1915 def CPS3p : CPS<(ins imod_op:$imod, iflags_op:$iflags, imm0_31:$mode), 1916 "$imod\t$iflags, $mode">; 1918 def CPS2p : CPS<(ins imod_op:$imod, iflags_op:$iflags), "$imod\t$iflags">; 1920 let imod = 0, iflags = 0, M = 1 in
|
D | ARMInstrFormats.td | 134 // ARM imod and iflag operands, used only by the CPS instruction.
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-armv7.txt | 36 # invalid imod value (0b01) 41 # invalid (imod, M, iflags) combination
|
/external/libexif/po/ |
D | da.po | 1728 "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 "
|