Searched refs:MHY (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-01.ll | 29 ; Check the next halfword up, which should use MHY instead of MH. 41 ; Check the high end of the aligned MHY range. 67 ; Check the high end of the negative aligned MHY range. 79 ; Check the low end of the MHY range. 119 ; Check that MHY allows an index.
|
/external/valgrind/none/tests/s390x/ |
D | mul.h | 160 MHY(2,0,5,000,00) \
|
D | opcodes.h | 304 #define MHY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,7c) macro
|
/external/v8/src/s390/ |
D | constants-s390.h | 642 MHY = 0xE37C, // Multiply Halfword (32) enumerator
|
D | simulator-s390.h | 1088 EVALUATE(MHY);
|
D | assembler-s390.cc | 2152 rxy_form(MHY, r1, opnd.rx(), opnd.rb(), opnd.offset()); in mhy()
|
D | simulator-s390.cc | 1309 EvalTable[MHY] = &Simulator::Evaluate_MHY; in EvalTableInit() 11346 EVALUATE(MHY) { in EVALUATE() argument
|
/external/valgrind/ |
D | NEWS | 1777 268930 s390x: MHY is not universally available
|