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

  /prebuilts/go/darwin-x86/src/runtime/
asm_ppc64x.s 800 MOVD $0,R16 // set up for cmpne
801 BNE cmpne // further compare for LT or GT
805 MOVD $8,R16 // set up for cmpne
806 BNE cmpne // further compare for LT or GT
810 MOVD $16,R16 // set up for cmpne
811 BNE cmpne // further compare for LT or GT
812 MOVD $-8,R16 // for cmpne, R5,R6 already inc by 32
817 BNE cmpne
858 cmpne: // only here is not equal label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_ppc64x.s 800 MOVD $0,R16 // set up for cmpne
801 BNE cmpne // further compare for LT or GT
805 MOVD $8,R16 // set up for cmpne
806 BNE cmpne // further compare for LT or GT
810 MOVD $16,R16 // set up for cmpne
811 BNE cmpne // further compare for LT or GT
812 MOVD $-8,R16 // for cmpne, R5,R6 already inc by 32
817 BNE cmpne
858 cmpne: // only here is not equal label
    [all...]

Completed in 62 milliseconds