Searched defs:bic (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dstandard.h21 #define bic(target,mask) ((target) &= ~(mask)) macro
/external/llvm/test/MC/ARM/
H A Darm-arithmetic-aliases.s56 bic r2, r2, #6 label
57 bic r2, #6 label
58 bic r2, r2, r3 label
59 bic r2, r3 label
61 @ CHECK: bic r2, r2, #6 @ encoding: [0x06,0x20,0xc2,0xe3]
62 @ CHECK: bic r2, r2, #6 @ encoding: [0x06,0x20,0xc2,0xe3]
63 @ CHECK: bic r2, r2, r3 @ encoding: [0x03,0x20,0xc2,0xe1]
64 @ CHECK: bic r2, r2, r3 @ encoding: [0x03,0x20,0xc2,0xe1]
/external/pixman/pixman/
H A Dpixman-arm-simd-asm.h168 PF bic, ptr, base, #31
224 PF bic, SCRATCH, base, #31
238 PF bic, SCRATCH, base, #31 variable
253 PF bic, SCRATCH, base, #31 variable
279 PF bic, WK0, base, #31 variable
283 PF bic, WK1, WK1, #31 variable
289 PF bic, WK0, base, #31
293 PF bic, WK1, WK1, #31 variable

Completed in 104 milliseconds