/external/valgrind/VEX/test/ |
D | test-i386.h | 28 inline void exec_opl(int s0, int s1, int iflags) in exec_opl() argument 32 flags = iflags; in exec_opl() 36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl() 39 res, iflags, flags & CC_MASK); in exec_opl() 42 inline void exec_opw(int s0, int s1, int iflags) in exec_opw() argument 46 flags = iflags; in exec_opw() 50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw() 53 res, iflags, flags & CC_MASK); in exec_opw() 56 inline void exec_opb(int s0, int s1, int iflags) in exec_opb() argument 60 flags = iflags; in exec_opb() [all …]
|
D | test-amd64.h | 27 inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq() argument 31 flags = iflags; in exec_opq() 34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK); in exec_opq() 36 inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl() argument 40 flags = iflags; in exec_opl() 43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl() 45 inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw() argument 49 flags = iflags; in exec_opw() 52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw() 54 inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb() argument [all …]
|
D | test-amd64-shift.h | 30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opq() argument 34 flags = iflags; in exec_opq() 40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq() 43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl() argument 47 flags = iflags; in exec_opl() 53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl() 56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw() argument 60 flags = iflags; in exec_opw() 66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw() 79 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl() argument [all …]
|
D | test-i386-shift.h | 29 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl() argument 33 flags = iflags; in exec_opl() 39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl() 42 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw() argument 46 flags = iflags; in exec_opw() 52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw() 65 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl() argument 69 flags = iflags; in exec_opl() 75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl() 78 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw() argument [all …]
|
/external/iproute2/ip/ |
D | link_gre6.c | 72 __u16 iflags = 0; in gre_parse_opt() local 126 iflags = rta_getattr_u16(greinfo[IFLA_GRE_IFLAGS]); in gre_parse_opt() 158 iflags |= GRE_KEY; in gre_parse_opt() 176 iflags |= GRE_KEY; in gre_parse_opt() 203 iflags |= GRE_SEQ; in gre_parse_opt() 206 iflags |= GRE_SEQ; in gre_parse_opt() 210 iflags |= GRE_CSUM; in gre_parse_opt() 213 iflags |= GRE_CSUM; in gre_parse_opt() 284 addattr_l(n, 1024, IFLA_GRE_IFLAGS, &iflags, 2); in gre_parse_opt() 304 unsigned iflags = 0; in gre_print_opt() local [all …]
|
D | link_gre.c | 62 __u16 iflags = 0; in gre_parse_opt() local 120 iflags = rta_getattr_u16(greinfo[IFLA_GRE_IFLAGS]); in gre_parse_opt() 162 iflags |= GRE_KEY; in gre_parse_opt() 180 iflags |= GRE_KEY; in gre_parse_opt() 207 iflags |= GRE_SEQ; in gre_parse_opt() 210 iflags |= GRE_SEQ; in gre_parse_opt() 214 iflags |= GRE_CSUM; in gre_parse_opt() 217 iflags |= GRE_CSUM; in gre_parse_opt() 307 iflags |= GRE_KEY; in gre_parse_opt() 320 addattr_l(n, 1024, IFLA_GRE_IFLAGS, &iflags, 2); in gre_parse_opt() [all …]
|
D | link_iptnl.c | 72 __u16 iflags = 0; in iptunnel_parse_opt() local 136 iflags = rta_getattr_u16(iptuninfo[IFLA_IPTUN_FLAGS]); in iptunnel_parse_opt() 213 iflags |= SIT_ISATAP; in iptunnel_parse_opt() 307 addattr16(n, 1024, IFLA_IPTUN_FLAGS, iflags); in iptunnel_parse_opt() 383 __u16 iflags = rta_getattr_u16(tb[IFLA_IPTUN_FLAGS]); in iptunnel_print_opt() local 385 if (iflags & SIT_ISATAP) in iptunnel_print_opt()
|
/external/v8/src/ic/ |
D | stub-cache.h | 135 uint32_t iflags = in PrimaryOffset() local 138 uint32_t key = (map_low32bits + field) ^ iflags; in PrimaryOffset() 151 uint32_t iflags = in SecondaryOffset() local 153 uint32_t key = (seed - name_low32bits) + iflags; in SecondaryOffset()
|
/external/llvm/lib/Support/ |
D | regexec.c | 153 assert(!(g->iflags®EX_BAD)); in llvm_regexec() 154 if (g->iflags®EX_BAD) /* backstop for no-debug case */ in llvm_regexec()
|
D | regcomp.c | 217 g->iflags = 0; in llvm_regcomp() 251 if (g->iflags®EX_BAD) in llvm_regcomp() 353 p->g->iflags |= USEBOL; in p_ere_exp() 359 p->g->iflags |= USEEOL; in p_ere_exp() 511 p->g->iflags |= USEBOL; in p_bre() 521 p->g->iflags |= USEEOL; in p_bre() 1507 g->iflags |= REGEX_BAD; in findmust() 1572 g->iflags |= REGEX_BAD; in pluscount()
|
D | regex2.h | 141 int iflags; /* internal flags */ member
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 325 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags), 326 NoItinerary, "cps$imod $iflags", []>, 330 bits<3> iflags; 334 let Inst{2-0} = iflags; 1501 // without any iflags. That's not, strictly speaking, valid syntax, but it's
|
D | ARMInstrThumb2.td | 3684 bits<3> iflags; 3691 let Inst{7-5} = iflags; 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>;
|
D | ARMInstrInfo.td | 1936 bits<3> iflags; 1945 let Inst{8-6} = iflags; 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
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1948 unsigned iflags = fieldFromInstruction(Insn, 6, 3); in DecodeCPSInstruction() local 1970 Inst.addOperand(MCOperand::createImm(iflags)); in DecodeCPSInstruction() 1975 Inst.addOperand(MCOperand::createImm(iflags)); in DecodeCPSInstruction() 1980 if (iflags) S = MCDisassembler::SoftFail; in DecodeCPSInstruction() 1995 unsigned iflags = fieldFromInstruction(Insn, 5, 3); in DecodeT2CPSInstruction() local 2010 Inst.addOperand(MCOperand::createImm(iflags)); in DecodeT2CPSInstruction() 2015 Inst.addOperand(MCOperand::createImm(iflags)); in DecodeT2CPSInstruction() 2020 if (iflags) S = MCDisassembler::SoftFail; in DecodeT2CPSInstruction()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 2472 uint32_t iflags = in StubCachePrimaryOffset() local 2475 hash = Word32Xor(hash, Int32Constant(iflags)); in StubCachePrimaryOffset() 2489 uint32_t iflags = in StubCacheSecondaryOffset() local 2491 hash = Int32Add(hash, Int32Constant(iflags)); in StubCacheSecondaryOffset()
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-armv7.txt | 41 # invalid (imod, M, iflags) combination
|