/external/v8/src/arm/ |
stub-cache-arm.cc | [all...] |
constants-arm.h | 273 SetCC = 1 << 20, // Set condition code.
|
/external/chromium_org/v8/src/arm/ |
stub-cache-arm.cc | [all...] |
builtins-arm.cc | 403 __ sub(r4, r4, Operand(1), SetCC); 486 __ sub(r3, r3, Operand(r6), SetCC); 601 __ sub(r3, r3, Operand(2), SetCC); [all...] |
constants-arm.h | 238 SetCC = 1 << 20, // Set condition code.
|
/external/chromium_org/v8/src/ia32/ |
disasm-ia32.cc | 361 int SetCC(byte* data); 660 int DisassemblerIA32::SetCC(byte* data) { [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 112 setOperationAction(ISD::SETCC, MVT::i8, Custom); 113 setOperationAction(ISD::SETCC, MVT::i16, Custom); 196 case ISD::SETCC: return LowerSETCC(Op, DAG); [all...] |
/external/llvm/lib/Target/R600/ |
SIInstructions.td | 111 [(set i1:$dst, (setcc i32:$src0, imm:$src1, SETEQ))] [all...] |
AMDGPUISelLowering.cpp | 333 assert(0 && "Invalid setcc condcode !");
|
SIInstrInfo.td | 254 [(set SReg_64:$dst, (i1 (setcc (vt arc:$src0), arc:$src1, cond)))]
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.td | [all...] |
/external/v8/src/ia32/ |
disasm-ia32.cc | 361 int SetCC(byte* data); 658 int DisassemblerIA32::SetCC(byte* data) { 1048 data += SetCC(data); [all...] |
/external/llvm/lib/Target/PowerPC/ |
README.txt | 300 This could be done in the dag combiner, by swapping a BR_CC when a SETCC of the 306 We should custom expand setcc instead of pretending that we have it. That
|
PPCISelLowering.h | 348 /// getSetCCResultType - Return the ISD::SETCC ValueType
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.h | 558 ENCODER_DECLARE_EXPORT char * setcc(char * stream, ConditionCode cc, const RM_Opnd & rm8);
|
encoder.inl | 543 ENCODER_DECLARE_EXPORT char * setcc(char * stream, ConditionCode cc, const RM_Opnd & rm8) {
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 272 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
|
/external/llvm/lib/Target/Mips/ |
Mips64InstrInfo.td | 309 // setcc patterns
|
MipsInstrInfo.td | 559 // SetCC [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapbMessageMmsEmail.java | 185 public void setCc(ArrayList<Rfc822Token> cc) {
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.cpp | 247 void Normalizer2DataBuilder::setCC(UChar32 c, uint8_t cc) { [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 533 /* setcc */ [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 204 /// Return the ValueType of the result of SETCC operations. Also used to 220 /// SETCC and consumed (as the condition) by nodes like SELECT and BRCOND. [all...] |