Searched refs:CLG (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-08.ll | 16 ; Check CLG with no displacement. 29 ; Check the high end of the aligned CLG range. 59 ; Check the high end of the negative aligned CLG range. 73 ; Check the low end of the CLG range. 103 ; Check that CLG allows an index. 119 ; Check the comparison can be reversed if that allows CLG to be used.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1298 case CLG: in DecodeSixByte()
|
D | constants-s390.h | 347 CLG = 0xE321, // Compare Logical (64) enumerator
|
D | simulator-s390.h | 1050 EVALUATE(CLG);
|
D | simulator-s390.cc | 1271 EvalTable[CLG] = &Simulator::Evaluate_CLG; in EvalTableInit() 5281 case CLG: { in DecodeSixByteArithmetic() 5322 case CLG: { in DecodeSixByteArithmetic() 10968 EVALUATE(CLG) { in EVALUATE() argument 10969 DCHECK_OPCODE(CLG); in EVALUATE()
|
D | assembler-s390.cc | 1775 rxy_form(CLG, r, opnd.rx(), opnd.rb(), opnd.offset()); in clg()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kpdf_mgc.pkb | 1920 u����,�S��y����d��<0}�X7,2H0;Ni|{r�PDRNn99B=GLZ'8'9Kbsqqcn�riz��PY^ch� CLG?MKSsWZmv8…
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1340 def CLG : CompareRXY<"clg", 0xE321, z_ucmp, GR64, load, 8>;
|