Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm_isel.c266 static Bool fitsIn8x4 ( /*OUT*/UInt* u8, /*OUT*/UInt* u4, UInt u ) in fitsIn8x4() function
1118 if (fitsIn8x4(&u8, &u4, u)) { in iselIntExpr_RI84_wrk()
1121 if (mayInv && fitsIn8x4(&u8, &u4, ~u)) { in iselIntExpr_RI84_wrk()
Dhost_arm_defs.c1519 static Bool fitsIn8x4 ( UInt* u8, UInt* u4, UInt u ) in fitsIn8x4() function
1538 if (fitsIn8x4(&u8, &u4, imm32)) { in ARMInstr_Add32()