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

  /external/valgrind/none/tests/s390x/
insert_EI.c 7 immsweep(IIHF, 00000000);
8 immsweep(IIHF, 000000ff);
9 immsweep(IIHF, 00000055);
10 immsweep(IIHF, 000000aa);
11 immsweep(IIHF, 0000ffff);
12 immsweep(IIHF, 00005555);
13 immsweep(IIHF, 0000aaaa);
14 immsweep(IIHF, ffff0000);
15 immsweep(IIHF, 55550000);
16 immsweep(IIHF, aaaa0000)
    [all...]
insert_EI.stdout.exp 0 IIHF 0000000000000000 <- 0000000000000000 = 0000000000000000
2 IIHF 0000000000000001 <- 0000000000000000 = 0000000000000001
3 IIHF 000000000000FFFF <- 0000000000000000 = 000000000000FFFF
4 IIHF 0000000000007FFF <- 0000000000000000 = 0000000000007FFF
5 IIHF 0000000000008000 <- 0000000000000000 = 0000000000008000
6 IIHF 00000000FFFFFFFF <- 0000000000000000 = 00000000FFFFFFFF
7 IIHF 0000000080000000 <- 0000000000000000 = 0000000080000000
8 IIHF 000000007FFFFFFF <- 0000000000000000 = 000000007FFFFFFF
9 IIHF AAAAAAAAAAAAAAAA <- 0000000000000000 = 00000000AAAAAAAA
10 IIHF 8000000000000000 <- 0000000000000000 = 000000000000000
    [all...]
opcodes.h 242 #define IIHF(r1,i2) RIL_RU(c0,r1,8,i2)
  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 190 case SystemZ::IIHF:
SystemZAsmPrinter.cpp 160 LoweredMI = MCInstBuilder(SystemZ::IIHF)
SystemZInstrInfo.cpp     [all...]
  /external/v8/src/s390/
assembler-s390-inl.h 225 // NOP + LAY + STG + IIHF + IILF + BASR
227 static const int kCodeAgingTargetDelta = 14; // Jump past NOP + PUSH to IIHF
448 // Fetch the 32bit value from the FIXED_SEQUENCE IIHF / IILF
468 // IIHF for hi_32, IILF for lo_32
469 if (IIHF == op1 && IILF == op2) {
503 // This code assumes the FIXED_SEQUENCE of IIHF/IILF
532 // IIHF for hi_32, IILF for lo_32
533 if (IIHF == op1 && IILF == op2) {
534 // IIHF
constants-s390.h 453 IIHF = 0xC08, // Insert Immediate (high)
    [all...]
simulator-s390.h 683 EVALUATE(IIHF);
simulator-s390.cc     [all...]
assembler-s390.cc 212 // coded. Being specially coded on S390 means that it is an iihf/iilf
329 // This code assumes a FIXED_SEQUENCE for 64bit loads (iihf/iilf)
331 // Check the instructions are the iihf/iilf load into ip
2584 void Assembler::iihf(Register r1, const Operand& opnd) { function in class:v8::internal::Assembler
    [all...]

Completed in 409 milliseconds