Searched refs:STRVG (Results 1 – 7 of 7) sorted by relevance
7 ; Check STRVG with no displacement.17 ; Check the high end of the aligned STRVG range.41 ; Check the high end of the negative aligned STRVG range.52 ; Check the low end of the STRVG range.76 ; Check that STRVG allows an index.89 ; Check that volatile stores do not use STRVG, which might access the
1313 case STRVG: in DecodeSixByte()
851 STRVG = 0xE32F, // Store Reversed (64) enumerator
1055 EVALUATE(STRVG);
1455 RXY_FORM_EMIT(strvg, STRVG) in RX_FORM_EMIT()
1276 EvalTable[STRVG] = &Simulator::Evaluate_STRVG; in EvalTableInit()11039 EVALUATE(STRVG) { in EVALUATE() argument11040 DCHECK_OPCODE(STRVG); in EVALUATE()
745 def STRVG : StoreRXY<"strvg", 0xE32F, z_strvg, GR64, 8>;