Home
last modified time | relevance | path

Searched refs:cj (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloatInstrFormats.td108 // <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 DEmulateInstructionLoongArch.cpp310 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 Ddollar-quote5.06 [ $'\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 Djobs.c815 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 Dengine.c203 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 Djail_basic_test.sh184 while jls -cj "$jid"; do
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsC.td388 let AsmString = ".insn cj " # argstr;
/freebsd/sys/contrib/zstd/
H A DCHANGELOG738 fixed : corruption issue, reported by cj