Home
last modified time | relevance | path

Searched refs:fld_cc (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c13502 UInt fld_cc = INSN(21,20); in decode_V8_instruction() local
13514 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()