Home
last modified time | relevance | path

Searched refs:InstructionCode (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dinstruction-selector.h39 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,
Dinstruction.h34 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()
Dinstruction-codes.h103 typedef int32_t InstructionCode; typedef
Dinstruction-selector.cc69 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()
Dinstruction-selector-impl.h313 InstructionCode Encode(InstructionCode opcode) { in Encode()
/external/chromium_org/v8/src/compiler/arm/
Dinstruction-selector-arm.cc19 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/
Dinstruction-selector-ia32.cc166 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/
Dinstruction-selector-x64.cc178 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/
Dinstruction-selector-arm64.cc116 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()
Dcode-generator-arm64.cc132 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/chromium_org/v8/test/cctest/compiler/
Dtest-instruction.cc85 InstructionCode opcode = static_cast<InstructionCode>(110); in NewInstr()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509Extensions.java82 … public static final ASN1ObjectIdentifier InstructionCode = new ASN1ObjectIdentifier("2.5.29.23"); field in X509Extensions