HomeSort by relevance Sort by last modified time
    Searched refs:Or (Results 126 - 150 of 224) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 370 // to make sure it is constant. Branch may emit a skip-or-jump sequence
714 // Adjust by a (parameter or local) base offset.
790 // Check that we're not inside a with or catch context.
    [all...]
macro-assembler-mips.h 26 // via 'jalr t9' or 'jr t9' instructions. This is relied upon by gcc when
51 // Don't load NaNs or infinities, branch to the non number case instead.
349 // Checks the color of an object. If the object is already grey or black
487 // Allocate an object in new space or old pointer space. The object_size is
488 // specified either in bytes or in words if the allocation flag SIZE_IN_WORDS
541 // Allocates a heap number or jumps to the gc_required label if the young
601 DEFINE_INSTRUCTION(Or);
738 // FPU macros. These do not handle special cases like NaN or +- inf.
801 // 'result' either holds answer, or is clobbered on fall through.
818 // Converts the smi or heap number in object to an int32 using the rule
    [all...]
macro-assembler-mips.cc 544 // Allowed to be the same as 'key' or 'result'.
545 // Unchanged on bailout so 'key' or 'result' can be used
843 void MacroAssembler::Or(Register rd, Register rs, const Operand& rt) {
    [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc 366 // to make sure it is constant. Branch may emit a skip-or-jump sequence
710 // Adjust by a (parameter or local) base offset.
786 // Check that we're not inside a with or catch context.
    [all...]
macro-assembler-mips64.h 26 // via 'jalr t9' or 'jr t9' instructions. This is relied upon by gcc when
51 // Don't load NaNs or infinities, branch to the non number case instead.
370 // Checks the color of an object. If the object is already grey or black
508 // Allocate an object in new space or old pointer space. The object_size is
509 // specified either in bytes or in words if the allocation flag SIZE_IN_WORDS
562 // Allocates a heap number or jumps to the gc_required label if the young
620 DEFINE_INSTRUCTION(Or);
763 // FPU macros. These do not handle special cases like NaN or +- inf.
827 // 'result' either holds answer, or is clobbered on fall through.
844 // Converts the smi or heap number in object to an int32 using the rule
    [all...]
macro-assembler-mips64.cc 549 // Allowed to be the same as 'key' or 'result'.
550 // Unchanged on bailout so 'key' or 'result' can be used
920 void MacroAssembler::Or(Register rd, Register rs, const Operand& rt) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 84 // contains labels or copies, use the last instruction as the last local
118 // Don't consider constants or arguments to have trivial kills.
266 /// instruction, or insert an extra copy to get the result in a previous
298 // If the index is smaller or larger than intptr_t, truncate or extend it.
372 // MVT::i1 is special. Allow AND, OR, or XOR because they
375 (ISDOpcode == ISD::AND || ISDOpcode == ISD::OR ||
564 /// \brief Add a stackmap or patchpoint intrinsic call's live variable operands
565 /// to a stackmap or patchpoint machine instruction
    [all...]
LegalizeDAG.cpp 42 /// large sizes or splitting up large values into small values) as well as
92 /// performs the same shuffe in terms of order or result bytes, but on a type
185 /// performs the same shuffe in terms of order or result bytes, but on a type
250 /// ExpandConstantFP - Expands the ConstantFP node to an integer constant or
262 // fp stack or PPC FP unit).
443 // then bitconvert to floating point or vector.
566 Result = DAG.getNode(ISD::OR, dl, VT, Result, Lo);
589 // with a "move to register" or "extload into register" instruction, then
605 // Truncate or zero extend offset to target pointer type.
    [all...]
SelectionDAGBuilder.cpp 67 /// some float libcalls (6, 8 or 12 bits).
100 /// bits are known to be zero (ISD::AssertZext) or sign extended from ValueVT
163 Val = DAG.getNode(ISD::OR, DL, TotalVT, Lo, Hi);
194 // zero or sign-extension.
235 /// extra bits are known to be zero (ISD::AssertZext) or sign extended from
262 // If the register was not expanded, truncate or copy the value,
278 // Build a vector with BUILD_VECTOR or CONCAT_VECTORS from the
559 // If the register was not expanded, promote or copy the value,
575 /// RegsForValue - This struct represents the registers (physical or virtual)
578 /// time, but struct or array values are handled element-wise as multipl
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 418 /// getFPEXT - Return the FPEXT_*_* value for the given types, or
434 /// getFPROUND - Return the FPROUND_*_* value for the given types, or
458 /// getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or
508 /// getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or
558 /// getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or
598 /// getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or
762 // Legal, in which case all fp constants are legal, or use isFPImmLegal()
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 191 /// before the user. SCEVExpander or LICM will hoist loop invariants out of the
258 // an add or increment value can not be represented by an integer.
263 // If this is not an add of the PHI with a constantfp, or if the constant fp
279 // Find exit condition, which is an fcmp. If it doesn't exist, or if it isn't
350 // while (i <= Exit) or until (i > Exit)
377 // while (i >= Exit) or until (i < Exit)
508 // part of the enclosing loop, or this is the outer most loop of the nest.
535 // If the value being merged in is not integer or is not defined
661 /// extended by this sign or zero extend operation. This is used to determine
706 /// phi of the wider type and redirects all users, either removing extends or
    [all...]
GVN.cpp 420 case Instruction::Or:
754 /// 2) we do not know whether the block is fully available or not, but we are
834 // If the loaded or stored value is an first class array or struct, don't try
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 50 if mode == "exec" or mode == "single":
56 " 'exec' or 'eval' or 'single'")
122 if not (isinstance(tree, tuple) or isinstance(tree, list)):
387 or nodelist[3][0] == token.COMMA
607 # and_test ('or' and_test)* | lambdef
610 return self.com_binary(Or, nodelist)
826 if node[0] == token.STAR or node[0] == token.DOUBLESTAR:
    [all...]
ast.py 11 if t is tuple or t is list:
1011 class Or(Node):
1025 return "Or(%s)" % (repr(self.nodes),)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 50 if mode == "exec" or mode == "single":
56 " 'exec' or 'eval' or 'single'")
122 if not (isinstance(tree, tuple) or isinstance(tree, list)):
387 or nodelist[3][0] == token.COMMA
607 # and_test ('or' and_test)* | lambdef
610 return self.com_binary(Or, nodelist)
826 if node[0] == token.STAR or node[0] == token.DOUBLESTAR:
    [all...]
ast.py 11 if t is tuple or t is list:
1011 class Or(Node):
1025 return "Or(%s)" % (repr(self.nodes),)
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 164 case bitc::BINOP_OR: return Instruction::Or;
177 case bitc::RMW_OR: return AtomicRMWInst::Or;
806 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 285 /// is true or false for. This triggers on things like "abbbbc"[i] == 'b'.
292 // comparison is true for element 'i'. If there are 64 elements or less in
310 // Find out if the comparison would be true or false for the i'th element.
328 // Otherwise, we know if the comparison is true or false for this element,
397 // If the comparison is only true for one or two elements, emit direct
417 // If the comparison is only false for one or two elements, emit direct
652 // and both GEPs have only constant indices or just one use, then fold
724 // Only lower this if the icmp is the only user of the GEP or if we expect
759 // so the values can never be equal. Similarly for all other "or equals"
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 437 case bitc::BINOP_OR: return Instruction::Or;
450 case bitc::RMW_OR: return AtomicRMWInst::Or;
889 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/llvm/lib/IR/
AsmWriter.cpp 96 // it if it is not printable or if it is an escape char.
116 /// prefixed with % (if the string only contains simple characters) or is
159 /// prefixed with % (if the string only contains simple characters) or is
195 /// use of type names or up references to shorten the type name where possible.
592 assert(!isa<Constant>(V) && "Can't get a constant or global slot with this!");
723 case AtomicRMWInst::Or: Out << " or"; break;
798 // "Inf" or NaN, that atof will accept, but the lexer will not. Check
829 // Either half, or some form of long double.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 272 // If this is a type than can be sign or zero-extended to a basic operation
437 // R0 or X0 to the result register, as the result may be used in a load,
438 // store, add-immediate, or isel that won't permit this. (Though
867 // Move an i32 or i64 value in a GPR to an f64 value in an FPR.
872 // stack slot and 4-byte store/load sequence. Or just sext the 4-byte
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 115 case Instruction::Or: return bitc::BINOP_OR;
476 // Add an abbrev for common globals with no visibility or thread localness.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 874 milliseconds

1 2 3 4 56 7 8 9