Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc1269 uint32_t fill8 = 0; in CanBeInverted() local
1276 fill8 = imm32 & 0xff; in CanBeInverted()
1283 if ((imm32 & 0xff) == fill8) { in CanBeInverted()
1290 if ((fill8 == 0xff) && ((imm32 & 0xff) == 0xff)) { in CanBeInverted()