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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.properties 28 javaLogicalStructures= Java Logical Structures
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 17 aetypes.Logical('not ', 1),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 17 aetypes.Logical('not ', 1),
  /libcore/luni/src/main/java/java/math/
BigInteger.java 674 return Logical.not(this);
689 return Logical.and(this, value);
704 return Logical.or(this, value);
719 return Logical.xor(this, value);
736 return Logical.andNot(this, value);
    [all...]
Logical.java 21 * The library implements some logical operations over {@code BigInteger}. The
31 class Logical {
35 private Logical() {}
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 949 // Logical instructions.
953 Logical(rd, rn, operand, AND);
960 Logical(rd, rn, operand, ANDS);
973 Logical(rd, rn, operand, BIC);
980 Logical(rd, rn, operand, BICS);
987 Logical(rd, rn, operand, ORR);
994 Logical(rd, rn, operand, ORN);
1001 Logical(rd, rn, operand, EOR);
1008 Logical(rd, rn, operand, EON);
    [all...]
macro-assembler-arm64.cc 62 Logical(rd, rn, temp, op);
125 Logical(temp, rn, temp, op);
129 Logical(rd, rn, temp, op);
143 Logical(rd, rn, temp, op);
148 Logical(rd, rn, operand, op);
186 // Immediate can be represented in a logical orr instruction.
    [all...]
assembler-arm64.h     [all...]
  /external/vixl/src/a64/
assembler-a64.cc 637 // Logical instructions.
641 Logical(rd, rn, operand, AND);
648 Logical(rd, rn, operand, ANDS);
661 Logical(rd, rn, operand, BIC);
668 Logical(rd, rn, operand, BICS);
675 Logical(rd, rn, operand, ORR);
682 Logical(rd, rn, operand, ORN);
689 Logical(rd, rn, operand, EOR);
696 Logical(rd, rn, operand, EON);
    [all...]
macro-assembler-a64.cc 187 Logical(temp, rn, Operand(temp), op);
190 Logical(rd, rn, Operand(temp), op);
205 Logical(rd, rn, Operand(temp), op);
209 Logical(rd, rn, operand, op);
302 // Immediate can be represented in a logical orr instruction.
    [all...]
assembler-a64.h 799 // Logical instructions.
835 // Logical shift left by variable.
838 // Logical shift right by variable.
930 // Logical shift left.
937 // Logical shift right.
    [all...]
  /external/llvm/test/MC/Mips/
micromips-alu-instructions.s 4 # for arithmetic and logical instructions.
6 # Arithmetic and Logical Instructions
mips-alu-instructions.s 3 # for arithmetic and logical instructions.
5 # Logical instructions
mips64-alu-instructions.s 3 # for arithmetic and logical instructions.
5 # Logical instructions
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 218 class Logical:
219 """An AE logical expression object"""
226 return "Logical(%r, %r)" % (self.logc, self.term)
240 return isinstance(x, Logical)
aepack.py 313 return aetypes.Logical(dict['logc'], dict['term'])
  /external/llvm/test/MC/AArch64/
arm64-logical-encoding.s 5 ; 5.4.2 Logical (immediate)
47 ; 5.5.3 Logical (shifted register)
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 301 #pragma mark Logical...
MIPSAssembler.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 165 (* Logical Operators *)
    [all...]
llvm.mli 221 (* Logical Operators *)
    [all...]

Completed in 360 milliseconds