2017
DOI: 10.1109/les.2016.2626980
|View full text |Cite
|
Sign up to set email alerts
|

HybridVerifier: A Cross-Platform Verification Framework for Instruction Set Simulators

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2020
2020
2020
2020

Publication Types

Select...
1
1

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(3 citation statements)
references
References 8 publications
0
3
0
Order By: Relevance
“…Again, when they are part of the left operand of an assignment, it is possible to write in an alien byte order. For example, suppose A is an one-dimensional array, B is a two-dimensional array, and the value 3*B [2][3] must be assigned to A [5]. If both arrays are stored using the native byte order then the following code should be used:…”
Section: Be(a)=3*le(b);mentioning
confidence: 99%
See 2 more Smart Citations
“…Again, when they are part of the left operand of an assignment, it is possible to write in an alien byte order. For example, suppose A is an one-dimensional array, B is a two-dimensional array, and the value 3*B [2][3] must be assigned to A [5]. If both arrays are stored using the native byte order then the following code should be used:…”
Section: Be(a)=3*le(b);mentioning
confidence: 99%
“…If B is stored in little-endian and A must be stored in big-endian, then the code could be: bea(A) [5]=3*lea(B) [2][3]; Again, the endianness conversion introduces no penalty. This can easily be extended to include any mixed-endian byte order.…”
Section: Be(a)=3*le(b);mentioning
confidence: 99%
See 1 more Smart Citation