Searched refs:fld_cc (Results 1 – 1 of 1) sorted by relevance
13502 UInt fld_cc = INSN(21,20); in decode_V8_instruction() local13514 UInt cc_1 = (fld_cc >> 1) & 1; in decode_V8_instruction()13515 UInt cc_0 = (fld_cc >> 0) & 1; in decode_V8_instruction()13516 UInt cond = (fld_cc << 2) | ((cc_1 ^ cc_0) << 1) | 0; in decode_V8_instruction()