Searched refs:cj (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFloatInstrFormats.td | 108 // <opcode | I21[15:0] | cj | I21[20:16]> 113 bits<3> cj; 117 let Inst{7-5} = cj; 197 : FPFmtBR<opcode, (outs), (ins CFR:$cj, simm21_lsl2:$imm21), 198 "$cj, $imm21"> {
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
| H A D | EmulateInstructionLoongArch.cpp | 310 uint32_t cj = Bits32(inst, 7, 5) + fpr_fcc0_loongarch; in EmulateBCEQZ64() local 319 (uint8_t)ReadRegisterUnsigned(eRegisterKindLLDB, cj, 0, &success); in EmulateBCEQZ64() 335 uint32_t cj = Bits32(inst, 7, 5) + fpr_fcc0_loongarch; in EmulateBCNEZ64() local 344 (uint8_t)ReadRegisterUnsigned(eRegisterKindLLDB, cj, 0, &success); in EmulateBCNEZ64()
|
| /freebsd/bin/sh/tests/parser/ |
| H A D | dollar-quote5.0 | 6 [ $'\ca\cb\cc\cd\ce\cf\cg\ch\ci\cj\ck\cl\cm\cn\co\cp\cq\cr\cs\ct\cu\cv\cw\cx\cy\cz' = $'\001\002\00…
|
| /freebsd/bin/sh/ |
| H A D | jobs.c | 815 setcurjob(struct job *cj) in setcurjob() argument 820 if (jp == cj) { in setcurjob() 826 jobmru = cj; in setcurjob() 830 cj->next = jobmru; in setcurjob() 831 jobmru = cj; in setcurjob()
|
| /freebsd/lib/libc/regex/ |
| H A D | engine.c | 203 int cj, mj; in matcher() local 249 cj = charjump[(int)*dp]; in matcher() 250 dp += (cj < mj ? mj : cj); in matcher()
|
| /freebsd/usr.sbin/jail/tests/ |
| H A D | jail_basic_test.sh | 184 while jls -cj "$jid"; do
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsC.td | 388 let AsmString = ".insn cj " # argstr;
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 738 fixed : corruption issue, reported by cj
|