HomeSort by relevance Sort by last modified time
    Searched defs:movs (Results 1 - 2 of 2) sorted by null

  /external/pixman/pixman/
pixman-arm-simd-asm.h 200 PF movs, SCRATCH, SCRATCH, #32-6 /* so this sets NC / nc / Nc */ variable
362 movs SCRATCH, WK0, lsl #32-1 /* C,N = bits 1,0 of DST */
366 movs SCRATCH, WK0, lsl #32-3 /* C,N = bits 3, 2 of DST */
382 movs SCRATCH, X, lsl #dst_bpp_shift+32-3
387 movs SCRATCH, X, lsl #dst_bpp_shift+32-1
389 movs SCRATCH, X, lsr #1
  /art/compiler/utils/arm/
assembler_arm.cc 364 void ArmAssembler::movs(Register rd, ShifterOperand so, Condition cond) { function in class:art::arm::ArmAssembler
    [all...]

Completed in 232 milliseconds