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

  /external/chromium_org/v8/src/compiler/
instruction-selector.h 39 Instruction* Emit(InstructionCode opcode, InstructionOperand* output,
41 Instruction* Emit(InstructionCode opcode, InstructionOperand* output,
44 Instruction* Emit(InstructionCode opcode, InstructionOperand* output,
47 Instruction* Emit(InstructionCode opcode, InstructionOperand* output,
51 Instruction* Emit(InstructionCode opcode, InstructionOperand* output,
55 Instruction* Emit(InstructionCode opcode, size_t output_count,
instruction-codes.h 53 // are encoded into the InstructionCode of the instruction and tell the
99 // The InstructionCode is an opaque, target-specific integer that encodes
103 typedef int32_t InstructionCode;
105 // Helpers for encoding / decoding InstructionCode into the fields needed
107 // continuation into a single InstructionCode which is stored as part of
instruction.h 34 const InstructionCode kGapInstruction = -1;
35 const InstructionCode kBlockStartInstruction = -2;
36 const InstructionCode kSourcePositionInstruction = -3;
427 InstructionCode opcode() const { return opcode_; }
438 static Instruction* New(Zone* zone, InstructionCode opcode) {
442 static Instruction* New(Zone* zone, InstructionCode opcode,
500 explicit Instruction(InstructionCode opcode)
507 Instruction(InstructionCode opcode, size_t output_count,
535 InstructionCode opcode_;
584 explicit GapInstruction(InstructionCode opcode) : Instruction(opcode)
    [all...]
instruction-selector-impl.h 313 InstructionCode Encode(InstructionCode opcode) {
instruction-selector.cc 69 Instruction* InstructionSelector::Emit(InstructionCode opcode,
78 Instruction* InstructionSelector::Emit(InstructionCode opcode,
87 Instruction* InstructionSelector::Emit(InstructionCode opcode,
100 Instruction* InstructionSelector::Emit(InstructionCode opcode,
115 InstructionCode opcode, InstructionOperand* output, InstructionOperand* a,
127 InstructionCode opcode, size_t output_count, InstructionOperand** outputs,
    [all...]
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm.cc 19 InstructionOperand* UseOperand(Node* node, InstructionCode opcode) {
26 bool CanBeImmediate(Node* node, InstructionCode opcode) {
122 InstructionCode* opcode_return, Node* node,
141 InstructionCode* opcode_return, Node* node,
160 InstructionCode* opcode_return, Node* node,
179 InstructionCode* opcode_return, Node* node,
198 InstructionCode* opcode_return, Node* node,
210 InstructionCode* opcode_return,
230 InstructionCode opcode, InstructionCode reverse_opcode
    [all...]
  /external/chromium_org/v8/src/compiler/ia32/
instruction-selector-ia32.cc 166 InstructionCode opcode, FlagsContinuation* cont) {
209 InstructionCode opcode) {
440 InstructionCode opcode,
460 InstructionCode opcode,
534 InstructionCode opcode;
  /external/chromium_org/v8/src/compiler/x64/
instruction-selector-x64.cc 178 InstructionCode opcode, FlagsContinuation* cont) {
220 InstructionCode opcode) {
581 static void VisitCompare(InstructionSelector* selector, InstructionCode opcode,
598 InstructionCode opcode, FlagsContinuation* cont,
694 InstructionCode opcode;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 82 public static final ASN1ObjectIdentifier InstructionCode = new ASN1ObjectIdentifier("2.5.29.23");
  /external/chromium_org/v8/src/compiler/arm64/
instruction-selector-arm64.cc 116 InstructionCode opcode, ImmediateMode operand_mode,
529 static void VisitCompare(InstructionSelector* selector, InstructionCode opcode,
546 InstructionCode opcode, FlagsContinuation* cont,
668 InstructionCode opcode;
code-generator-arm64.cc 132 InstructionCode opcode = instr->opcode();
  /external/chromium_org/v8/test/cctest/compiler/
test-instruction.cc 85 InstructionCode opcode = static_cast<InstructionCode>(110);
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 103 milliseconds