Home
last modified time | relevance | path

Searched refs:CLG (Results 1 – 7 of 7) 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.cc1349 case CLG: in DecodeSixByte()
Dsimulator-s390.h1060 EVALUATE(CLG);
Dconstants-s390.h888 V(clg, CLG, 0xE321) /* type = RXY_A COMPARE LOGICAL (64) */ \
Dsimulator-s390.cc1286 EvalTable[CLG] = &Simulator::Evaluate_CLG; in EvalTableInit()
5301 case CLG: { in DecodeSixByteArithmetic()
5342 case CLG: { in DecodeSixByteArithmetic()
11176 EVALUATE(CLG) { in EVALUATE() argument
11177 DCHECK_OPCODE(CLG); in EVALUATE()
/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>;