Searched refs:STRVH (Results 1 – 7 of 7) sorted by relevance
7 ; Check STRVH with no displacement.17 ; Check the high end of the aligned STRVH range.41 ; Check the high end of the negative aligned STRVH range.52 ; Check the low end of the STRVH range.76 ; Check that STRVH allows an index.89 ; Check that volatile stores do not use STRVH, which might access the
1307 case STRVH: in DecodeSixByte()
852 STRVH = 0xE33F, // Store Reversed (16) enumerator
1062 EVALUATE(STRVH);
1283 EvalTable[STRVH] = &Simulator::Evaluate_STRVH; in EvalTableInit()5129 case STRVH: { in DecodeSixByteArithmetic()5148 } else if (op == STRVH) { in DecodeSixByteArithmetic()11050 EVALUATE(STRVH) { in EVALUATE() argument11051 DCHECK_OPCODE(STRVH); in EVALUATE()
1453 RXY_FORM_EMIT(strvh, STRVH) in RX_FORM_EMIT()
743 def STRVH : StoreRXY<"strvh", 0xE33F, z_strvh, GR32, 2>;