search for: op8b

Displaying 1 result from an estimated 1 matches for "op8b".

Did you mean: op8
2016 Sep 10
0
[PATCH] gm107: separate out sched decoding from regular ops
...;oplen + cur > deco->codesz) res->status |= DIS_STATUS_EOF; diff --git a/envydis/gm107.c b/envydis/gm107.c index f322ded..6858b0c 100644 --- a/envydis/gm107.c +++ b/envydis/gm107.c @@ -1910,11 +1910,22 @@ static struct insn tabroot[] = { { 0x0400000000000000ull, 0xfc00000000000000ull, OP8B, T(pred), N( "lop32i"), T(0400_0), ON(57, x), ON(52, cc), REG_00, ON(55, inv), REG_08, ON(56, inv), U32_20 }, { 0x0200000000000000ull, 0xfe00000000000000ull, OP8B, T(pred), N( "lop3"), N("lut"), ON(56, x), ON(47, cc), REG_00, REG_08, C34_RZ_O14_20, REG_39,...