| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstrCMovSetCC.td | 20 : I<0x40, MRMSrcRegCC, (outs GR16:$dst), (ins GR16:$src1, GR16:$src2, ccode:$cond), 26 : I<0x40, MRMSrcRegCC, (outs GR32:$dst), (ins GR32:$src1, GR32:$src2, ccode:$cond), 32 :RI<0x40, MRMSrcRegCC, (outs GR64:$dst), (ins GR64:$src1, GR64:$src2, ccode:$cond), 41 : I<0x40, MRMSrcMemCC, (outs GR16:$dst), (ins GR16:$src1, i16mem:$src2, ccode:$cond), 46 : I<0x40, MRMSrcMemCC, (outs GR32:$dst), (ins GR32:$src1, i32mem:$src2, ccode:$cond), 51 :RI<0x40, MRMSrcMemCC, (outs GR64:$dst), (ins GR64:$src1, i64mem:$src2, ccode:$cond), 77 def SETCCr : I<0x90, MRMXrCC, (outs GR8:$dst), (ins ccode:$cond), 81 def SETCCm : I<0x90, MRMXmCC, (outs), (ins i8mem:$dst, ccode:$cond),
|
| D | X86InstrControl.td | 76 (ins brtarget8:$dst, ccode:$cond), 81 (ins brtarget16:$dst, ccode:$cond), 85 (ins brtarget32:$dst, ccode:$cond),
|
| D | X86InstrInfo.td | 647 def ccode : Operand<i8> {
|
| /freebsd-12-stable/contrib/bearssl/T0/ |
| D | T0Comp.cs | 1464 string ccode; in GetCCode() 1465 allCCode.TryGetValue(name, out ccode); in GetCCode() 1466 return ccode; in GetCCode() 1580 string ccode = GetCCode(w.Name); in Generate() 1581 if (ccode == null) { in Generate() 1590 if (ccodeUni.ContainsKey(ccode)) { in Generate() 1591 sn = ccodeUni[ccode]; in Generate() 1595 ccodeUni[ccode] = sn; in Generate()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.exp.c | 519 tcsh_number_t ccode; in exp6() local 545 ccode = exp0(vp, ignore); in exp6() 546 etraci("exp6 () ccode", ccode, vp); in exp6() 550 return (putn(ccode)); in exp6()
|
| /freebsd-12-stable/contrib/bsnmp/gensnmptree/ |
| D | gensnmptree.c | 1445 gen_enum_funcs(FILE *fp, const struct type *t, int ccode) in gen_enum_funcs() argument 1449 if (!ccode) in gen_enum_funcs() 1468 if (!ccode) in gen_enum_funcs() 1480 if (!ccode) in gen_enum_funcs() 1573 gen_all_enum_funcs(FILE *fp, int ccode) in gen_all_enum_funcs() argument 1579 gen_enum_funcs(fp, t, ccode); in gen_all_enum_funcs()
|
| /freebsd-12-stable/sys/dev/bhnd/nvram/ |
| D | nvram_map | 193 char ccode[2] { 1888 0x076: char ccode[2] { +0x1, +0x0 } 1964 0x076: char ccode[2] { +0x1, +0x0 } 1984 0x052: char ccode[2] { +0x1, +0x0 } 2154 0x044: char ccode[2] { +0x1, +0x0 } 2334 0x092: char ccode[2] { +0x1, +0x0 } 2598 0x092: char ccode[2] { +0x1, +0x0 } 2858 0x096: char ccode[2] { +0x1, +0x0 }
|
| /freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| D | wlan_sys.c | 1117 wlan_config_set_country(struct wlan_iface *wif, char *ccode, int rdomain) in wlan_config_set_country() argument 1144 regdomain->rd.isocc[0] = ccode[0]; in wlan_config_set_country() 1145 regdomain->rd.isocc[1] = ccode[1]; in wlan_config_set_country() 1146 regdomain->rd.location = ccode[2]; in wlan_config_set_country()
|
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.c | 11515 const char *ccode; in output_cbranch() local 11559 ccode = "ne"; break; in output_cbranch() 11561 ccode = "eq"; break; in output_cbranch() 11563 ccode = "ge"; break; in output_cbranch() 11565 ccode = "gt"; break; in output_cbranch() 11567 ccode = "le"; break; in output_cbranch() 11569 ccode = "lt"; break; in output_cbranch() 11570 case UNORDERED: ccode = "un"; break; in output_cbranch() 11571 case ORDERED: ccode = "nu"; break; in output_cbranch() 11572 case UNGE: ccode = "nl"; break; in output_cbranch() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64InstrFormats.td | 1747 def ccode : Operand<i32> { 1772 class BranchCond : I<(outs), (ins ccode:$cond, am_brcond:$target), 2968 : I<(outs), (ins regtype:$Rn, immtype:$imm, imm32_0_15:$nzcv, ccode:$cond), 2994 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond), 3039 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond), 3071 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond), 5177 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond), 5225 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
|
| D | AArch64InstrInfo.td | 3987 (ins FPR128:$Rn, FPR128:$Rm, ccode:$cond),
|