Searched defs:INSNA (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c8992 # define INSNA(_bMax,_bMin) SLICE_UInt(insnv6m, (_bMax), (_bMin)) macro
9003 vassert(INSNA(31,28) == BITS4(0,0,0,0)); // caller's obligation
9024 if (BITS8(0,0,0,1,0,1,1,0) == INSNA(27,20) &&
9025 BITS4(0,0,0,0) == INSNA(15,12) &&
9026 BITS4(1,0,0,0) == (INSNA(7,4) & BITS4(1,0,0,1)) ) {
9027 regD = INSNA(19,16);
9028 regM = INSNA(11,8);
9029 regN = INSNA(3,0);
9030 bitM = INSNA(6,6);
9031 bitN = INSNA(
12633 # undef INSNA macro
[all...]

Completed in 96 milliseconds