cset_csinc.xml */
| 3156 | |
| 3157 | /* cset_csinc.xml */ |
| 3158 | int CSET_CSINC(context *ctx, Instruction *instr) |
| 3159 | { |
| 3160 | int rc = DECODE_STATUS_UNMATCHED; |
| 3161 | /* class iclass_general */ |
| 3162 | /* sf=x|op=0|S=0|11010100|Rm=11111|cond!=111x|op2[1]=0|o2=1|Rn=11111|Rd=xxxxx */ |
| 3163 | if((INSWORD & 0x7FFF0FE0)==0x1A9F07E0 && (INSWORD & 0xE000)!=0xE000) { |
| 3164 | decode_fields32(ENC_CSET_CSINC_32_CONDSEL, ctx, instr); |
| 3165 | if(ctx->sf==0) OK(ENC_CSET_CSINC_32_CONDSEL); |
| 3166 | if(ctx->sf==1) OK(ENC_CSET_CSINC_64_CONDSEL); |
| 3167 | } |
| 3168 | return rc; |
| 3169 | } |
| 3170 | |
| 3171 | /* csinc.xml */ |
| 3172 | int CSINC(context *ctx, Instruction *instr) |
no test coverage detected