Home
last modified time | relevance | path

Searched refs:LCR (Results 1 – 9 of 9) sorted by relevance

/external/ltp/pan/cgi/
Dreconsile.cgi164 $LCR = $tops[0];
170 if (@$rtcs[0]->{TAG} eq $LCR->{TAG}
171 && @$rtcs[0]->{TCID} eq $LCR->{TCID}
172 && @$rtcs[0]->{TC} eq $LCR->{TC}
173 && @$rtcs[0]->{STATUS} eq $LCR->{STATUS}) {
187 if ($LCR->{TAG} eq $lasttag) {
190 print "<tr><td>$LCR->{TAG}";
191 $lasttag = $LCR->{TAG};
201 } elsif (@$rtcs[0]->{TAG} eq $LCR->{TAG}
202 && @$rtcs[0]->{TCID} eq $LCR->{TCID}
[all …]
/external/syslinux/com32/libupload/
Dserial.c19 LCR = 3, enumerator
78 sif->old.lcr = inb(port + LCR); in serial_init()
83 outb(0x83, port + LCR); /* Enable divisor access */ in serial_init()
92 lcr = inb(port + LCR); in serial_init()
93 outb(0x03, port + LCR); /* Enable data access, n81 */ in serial_init()
154 outb(0x83, port + LCR); in serial_cleanup()
159 outb(sif->old.lcr & 0x7f, port + LCR); in serial_cleanup()
/external/syslinux/com32/lib/
Dvdprintf.c25 LCR = 3, enumerator
72 outb(0x83, debug_base + LCR); in vdprintf()
78 lcr = inb(debug_base + LCR); in vdprintf()
80 outb(0x03, debug_base + LCR); in vdprintf()
/external/v8/src/s390/
Ddisasm-s390.cc553 case LCR: in DecodeTwoByte()
Dconstants-s390.h500 LCR = 0x13, // Load Complement (32) enumerator
Dsimulator-s390.h539 EVALUATE(LCR);
Dsimulator-s390.cc760 EvalTable[LCR] = &Simulator::Evaluate_LCR; in EvalTableInit()
2585 case LCR: { in DecodeTwoByte()
6503 EVALUATE(LCR) { in EVALUATE() argument
6504 DCHECK_OPCODE(LCR); in EVALUATE()
Dassembler-s390.cc1427 RR_FORM_EMIT(lcr, LCR) in RX_FORM_EMIT()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td811 def LCR : UnaryRR <"lc", 0x13, ineg, GR32, GR32>;