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

  /external/valgrind/none/tests/s390x/
flogr.c 4 /* The FLOGR insn reads from register R2 and writes to register R1 and
13 /* Call FLOGR on INPUT. The results are returned through the parms. */
23 asm volatile ( FLOGR(2,4)
47 asm volatile ( FLOGR(2,2)
71 asm volatile ( FLOGR(2,3)
opcodes.h 15 hexadecimal notation without a leading 0x. E.g. FLOGR(3,4) or
239 #define FLOGR(r1,r2) RRE_RR(b983,00,r1,r2)
  /external/v8/src/s390/
constants-s390.h 444 FLOGR = 0xB983, // Find Leftmost One
    [all...]
simulator-s390.h 967 EVALUATE(FLOGR);
assembler-s390.cc     [all...]
simulator-s390.cc     [all...]

Completed in 67 milliseconds