Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-08.ll16 ; 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/
Ddisasm-s390.cc1298 case CLG: in DecodeSixByte()
Dconstants-s390.h347 CLG = 0xE321, // Compare Logical (64) enumerator
Dsimulator-s390.h1050 EVALUATE(CLG);
Dsimulator-s390.cc1271 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()
Dassembler-s390.cc1775 rxy_form(CLG, r, opnd.rx(), opnd.rb(), opnd.offset()); in clg()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_mgc.pkb1920 u����,�S��y�����d��<0}�X7,2H0;Ni|{r�PDRNn99B=GLZ'8'9Kbsqqcn�riz��PY^ch�  CLG?MKSsWZmv8…
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1340 def CLG : CompareRXY<"clg", 0xE321, z_ucmp, GR64, load, 8>;