OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
97
// Same as SETCC except it's materialized with a
sbb
and the value is all
279
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 244 milliseconds