Home
last modified time | relevance | path

Searched refs:iflags (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/VEX/test/
Dtest-i386.h28 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 …]
Dtest-amd64.h27 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 …]
Dtest-amd64-shift.h30 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 …]
Dtest-i386-shift.h29 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/
Dlink_gre6.c72 __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 …]
Dlink_gre.c62 __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 …]
Dlink_iptnl.c72 __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/
Dstub-cache.h135 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/
Dregexec.c153 assert(!(g->iflags&REGEX_BAD)); in llvm_regexec()
154 if (g->iflags&REGEX_BAD) /* backstop for no-debug case */ in llvm_regexec()
Dregcomp.c217 g->iflags = 0; in llvm_regcomp()
251 if (g->iflags&REGEX_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()
Dregex2.h141 int iflags; /* internal flags */ member
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td325 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
DARMInstrThumb2.td3684 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>;
DARMInstrInfo.td1936 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/
DARMDisassembler.cpp1948 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/
Dcode-stub-assembler.cc2472 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/
Dinvalid-armv7.txt41 # invalid (imod, M, iflags) combination