Searched refs:rcl (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrShiftRotate.td | 232 defm RCL: ShiftRotate<"rcl", MRM2r, MRM2m, null_frag, WriteRotateCL, WriteRotate, WriteRotateCLLd, WriteRotateLd, [EFLAGS]>;
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_lookup.c | 272 _citrus_lookup_seq_open(struct _citrus_lookup **rcl, const char *name, in _citrus_lookup_seq_open() argument 289 *rcl = cl; in _citrus_lookup_seq_open()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSchedule.td | 195 list<int> rcl, SchedWriteRes wr> : 198 let ReleaseAtCycles = !listconcat(wr.ReleaseAtCycles, rcl);
|