HomeSort by relevance Sort by last modified time
    Searched refs:SBB (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 910 MachineBasicBlock* SBB = *BI;
912 if (SBB->succ_size() > 1) {
916 exitPath += "->" + getBasicBlockName(SBB);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 93 // Same as SETCC except it's materialized with a sbb and the value is all
275 ADD, SUB, ADC, SBB, SMUL,
    [all...]
X86ISelLowering.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 336 // ALU mnemonics - add, adc, or, xor, and, cmp, sub, sbb
393 BEGIN_MNEMONIC(SBB, MF_AFFECTS_FLAGS|MF_USES_FLAGS, DU_U)
    [all...]

Completed in 78 milliseconds