/external/chromium_org/v8/src/compiler/ |
D | 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,
|
D | instruction.h | 34 const InstructionCode kGapInstruction = -1; 35 const InstructionCode kBlockStartInstruction = -2; 36 const InstructionCode kSourcePositionInstruction = -3; 427 InstructionCode opcode() const { return opcode_; } in opcode() 438 static Instruction* New(Zone* zone, InstructionCode opcode) { in New() 442 static Instruction* New(Zone* zone, InstructionCode opcode, in New() 500 explicit Instruction(InstructionCode opcode) in Instruction() 507 Instruction(InstructionCode opcode, size_t output_count, in Instruction() 535 InstructionCode opcode_; 584 explicit GapInstruction(InstructionCode opcode) : Instruction(opcode) { in GapInstruction()
|
D | instruction-codes.h | 103 typedef int32_t InstructionCode; typedef
|
D | instruction-selector.cc | 69 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 78 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 87 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 100 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 115 InstructionCode opcode, InstructionOperand* output, InstructionOperand* a, in Emit() 127 InstructionCode opcode, size_t output_count, InstructionOperand** outputs, in Emit()
|
D | instruction-selector-impl.h | 313 InstructionCode Encode(InstructionCode opcode) { in Encode()
|
/external/chromium_org/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 19 InstructionOperand* UseOperand(Node* node, InstructionCode opcode) { in UseOperand() 26 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate() 122 InstructionCode* opcode_return, Node* node, in TryMatchROR() 141 InstructionCode* opcode_return, Node* node, in TryMatchASR() 160 InstructionCode* opcode_return, Node* node, in TryMatchLSL() 179 InstructionCode* opcode_return, Node* node, in TryMatchLSR() 198 InstructionCode* opcode_return, Node* node, in TryMatchShift() 210 InstructionCode* opcode_return, in TryMatchImmediateOrShift() 230 InstructionCode opcode, InstructionCode reverse_opcode, in VisitBinop() 278 InstructionCode opcode, InstructionCode reverse_opcode) { in VisitBinop() [all …]
|
/external/chromium_org/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 166 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() 209 InstructionCode opcode) { in VisitBinop() 440 InstructionCode opcode, in VisitCompare() 460 InstructionCode opcode, in VisitWordCompare() 534 InstructionCode opcode; in VisitCall()
|
/external/chromium_org/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 178 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() 220 InstructionCode opcode) { in VisitBinop() 581 static void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 598 InstructionCode opcode, FlagsContinuation* cont, in VisitWordCompare() 694 InstructionCode opcode; in VisitCall()
|
/external/chromium_org/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 116 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop() 529 static void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 546 InstructionCode opcode, FlagsContinuation* cont, in VisitWordCompare() 668 InstructionCode opcode; in VisitCall()
|
D | code-generator-arm64.cc | 132 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/external/chromium_org/v8/test/cctest/compiler/ |
D | test-instruction.cc | 85 InstructionCode opcode = static_cast<InstructionCode>(110); in NewInstr()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | X509Extensions.java | 82 … public static final ASN1ObjectIdentifier InstructionCode = new ASN1ObjectIdentifier("2.5.29.23"); field in X509Extensions
|