Home
last modified time | relevance | path

Searched refs:ccode (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcre_printint.c338 pcre_uchar *ccode; in pcre_printint() local
609 ccode = code + priv_OP_lengths[*code]; in pcre_printint()
623 ccode = code + priv_OP_lengths[*code]; in pcre_printint()
656 ccode = code + LINK_SIZE + 1; in pcre_printint()
657 printmap = (*ccode & XCL_MAP) != 0; in pcre_printint()
658 if ((*ccode & XCL_NOT) != 0) in pcre_printint()
660 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre_printint()
663 ccode++; in pcre_printint()
668 ccode = code + 1; in pcre_printint()
675 map = (pcre_uint8 *)ccode; in pcre_printint()
[all …]
Dpcre_compile.c2406 const pcre_uchar *ccode; in could_be_empty_branch() local
2549 ccode = code += GET(code, 1); in could_be_empty_branch()
2555 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
2561 switch (*ccode) in could_be_empty_branch()
2580 if (GET2(ccode, 1) > 0) return FALSE; /* Minimum > 0 */ in could_be_empty_branch()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp816 Instruction::setPredicate(CondCode ccode, Value *value) in setPredicate() argument
818 cc = ccode; in setPredicate()
Dnv50_ir.h629 bool setPredicate(CondCode ccode, Value *);
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1083 def ccode : Operand<i32> {
1111 class BranchCond : I<(outs), (ins ccode:$cond, am_brcond:$target),
2196 : I<(outs), (ins regtype:$Rn, immtype:$imm, imm32_0_15:$nzcv, ccode:$cond),
2222 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond),
2267 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
2299 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
4191 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond),
4237 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
DAArch64InstrInfo.td2614 (ins FPR128:$Rn, FPR128:$Rm, ccode:$cond),