HomeSort by relevance Sort by last modified time
    Searched refs:CLFI (Results 1 - 9 of 9) sorted by null

  /external/valgrind/none/tests/s390x/
comp-2.stdout.exp 125 CLFI (0, 0) --> cc = 0
126 CLFI (0, 1) --> cc = 1
127 CLFI (1, 0) --> cc = 2
128 CLFI (2, 1) --> cc = 2
129 CLFI (2, 2) --> cc = 0
130 CLFI (2, 3) --> cc = 1
131 CLFI (127, 0) --> cc = 2
132 CLFI (127, 126) --> cc = 2
133 CLFI (127, 127) --> cc = 0
134 CLFI (0, 32767) --> cc =
    [all...]
comp-2.c 2 clr, clgr, clgfr, cl, clg, clgf, clfi, clgfi
180 run_scomp_reg_imm(CLFI);
opcodes.h 184 #define CLFI(r1,i2) RIL_RU(c2,r1,f,i2)
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
SystemZLongBranch.cpp 420 splitCompareBranch(Branch, SystemZ::CLFI);
  /external/v8/src/s390/
constants-s390.h 343 CLFI = 0xC2F, // Compare Logical Immediate (32)
    [all...]
simulator-s390.h 708 EVALUATE(CLFI);
assembler-s390.cc 1782 void Assembler::clfi(Register r1, const Operand& i2) { ril_form(CLFI, r1, i2); } function in class:v8::internal::Assembler
    [all...]
simulator-s390.cc     [all...]

Completed in 75 milliseconds