Searched refs:LCR (Results 1 – 9 of 9) sorted by relevance
/external/ltp/pan/cgi/ |
D | reconsile.cgi | 164 $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/ |
D | serial.c | 19 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/ |
D | vdprintf.c | 25 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/ |
D | disasm-s390.cc | 553 case LCR: in DecodeTwoByte()
|
D | constants-s390.h | 500 LCR = 0x13, // Load Complement (32) enumerator
|
D | simulator-s390.h | 539 EVALUATE(LCR);
|
D | simulator-s390.cc | 760 EvalTable[LCR] = &Simulator::Evaluate_LCR; in EvalTableInit() 2585 case LCR: { in DecodeTwoByte() 6503 EVALUATE(LCR) { in EVALUATE() argument 6504 DCHECK_OPCODE(LCR); in EVALUATE()
|
D | assembler-s390.cc | 1427 RR_FORM_EMIT(lcr, LCR) in RX_FORM_EMIT()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 811 def LCR : UnaryRR <"lc", 0x13, ineg, GR32, GR32>;
|