Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h77 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
79 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
82 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
85 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
89 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
93 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
98 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
103 Instruction* Emit(InstructionCode opcode, size_t output_count,
113 Instruction* EmitDeoptimize(InstructionCode opcode, InstructionOperand output,
116 Instruction* EmitDeoptimize(InstructionCode opcode, InstructionOperand output,
[all …]
Dinstruction-selector.cc131 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit()
140 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit()
149 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit()
162 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit()
177 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit()
189 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit()
201 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit()
214 InstructionCode opcode, size_t output_count, InstructionOperand* outputs, in Emit()
1867 InstructionCode opcode = kArchNop; in VisitCall()
1912 InstructionCode opcode; in VisitTailCall()
[all …]
Dinstruction.h837 InstructionCode opcode() const { return opcode_; } in opcode()
847 static Instruction* New(Zone* zone, InstructionCode opcode) { in New()
851 static Instruction* New(Zone* zone, InstructionCode opcode, in New()
964 explicit Instruction(InstructionCode opcode);
966 Instruction(InstructionCode opcode, size_t output_count,
973 InstructionCode opcode_;
Dinstruction-selector-impl.h416 InstructionCode Encode(InstructionCode opcode) { in Encode()
Dinstruction-codes.h202 typedef int32_t InstructionCode; typedef
Dinstruction.cc299 Instruction::Instruction(InstructionCode opcode) in Instruction()
309 Instruction::Instruction(InstructionCode opcode, size_t output_count, in Instruction()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc29 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate()
99 InstructionCode* opcode_return, Node* node, in TryMatchShift()
121 InstructionCode* opcode_return, Node* node, in TryMatchShiftImmediate()
137 bool TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchROR()
146 bool TryMatchASR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchASR()
155 bool TryMatchLSL(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSL()
164 InstructionCode* opcode_return, Node* node, in TryMatchLSLImmediate()
172 bool TryMatchLSR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSR()
182 InstructionCode* opcode_return, Node* node, in TryMatchShift()
194 InstructionCode* opcode_return, Node* node, in TryMatchImmediateOrShift()
[all …]
Dcode-generator-arm.cc607 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc49 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
221 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad()
240 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitProtectedLoad()
285 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
323 InstructionCode code = in VisitStore()
453 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
514 InstructionCode opcode) { in VisitBinop()
615 void EmitLea(InstructionSelector* selector, InstructionCode opcode, in EmitLea()
685 InstructionCode opcode) { in TryMatchLoadWord64AndShiftRight()
754 InstructionCode code = opcode | AddressingModeField::encode(mode); in TryMatchLoadWord64AndShiftRight()
[all …]
Dcode-generator-x64.cc794 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc30 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
177 InstructionCode opcode) { in VisitRR()
249 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad()
299 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
346 InstructionCode code = in VisitStore()
466 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
527 InstructionCode opcode) { in VisitBinop()
617 InstructionCode opcode = AddressingModeField::encode(mode) | kIA32Lea; in EmitLea()
723 void VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, in VisitWord32PairShift()
813 InstructionCode opcode = AddressingModeField::encode(mode) | kIA32Lea; in VisitInt32Add()
[all …]
Dcode-generator-ia32.cc527 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc30 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
210 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad()
260 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
307 InstructionCode code = in VisitStore()
427 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
488 InstructionCode opcode) { in VisitBinop()
578 InstructionCode opcode = AddressingModeField::encode(mode) | kX87Lea; in EmitLea()
684 void VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, in VisitWord32PairShift()
771 InstructionCode opcode = AddressingModeField::encode(mode) | kX87Lea; in VisitInt32Add()
1139 InstructionCode opcode) { in VisitFloat64Ieee754Binop()
[all …]
Dcode-generator-x87.cc545 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
67 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate()
149 InstructionCode* opcode_return, Node* node, in TryMatchImmediate()
162 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop()
163 InstructionCode reverse_opcode, in VisitBinop()
220 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop()
221 InstructionCode reverse_opcode) { in VisitBinop()
227 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
232 InstructionCode opcode) { in VisitBinop()
324 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
[all …]
Dcode-generator-mips.cc596 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc74 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR()
81 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR()
89 void VisitRRO(InstructionSelector* selector, InstructionCode opcode, Node* node, in VisitRRO()
100 InstructionCode opcode, Node* node) { in VisitTryTruncateDouble()
120 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop()
167 InstructionCode opcode, ImmediateMode operand_mode) { in VisitBinop()
284 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
812 void VisitPairBinop(InstructionSelector* selector, InstructionCode opcode, in VisitPairBinop()
813 InstructionCode opcode2, Node* node) { in VisitPairBinop()
872 void VisitPairShift(InstructionSelector* selector, InstructionCode opcode, in VisitPairShift()
[all …]
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
71 bool CanBeImmediate(Node* node, InstructionCode mode) { in CanBeImmediate()
76 bool CanBeImmediate(int64_t value, InstructionCode opcode) { in CanBeImmediate()
195 InstructionCode opcode = in TryEmitExtendingLoad()
208 InstructionCode* opcode_return, Node* node, in TryMatchImmediate()
221 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop()
222 InstructionCode reverse_opcode, in VisitBinop()
279 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop()
280 InstructionCode reverse_opcode) { in VisitBinop()
286 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
[all …]
Dcode-generator-mips64.cc610 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc203 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop()
326 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad()
378 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
434 InstructionCode code = in VisitStore()
838 void VisitPairBinop(InstructionSelector* selector, InstructionCode opcode, in VisitPairBinop()
839 InstructionCode opcode2, Node* node) { in VisitPairBinop()
896 void VisitPairShift(InstructionSelector* selector, InstructionCode opcode, in VisitPairShift()
1061 void VisitCompare(InstructionSelector* selector, InstructionCode opcode,
1410 InstructionCode opcode) { in VisitFloat64Ieee754Unop()
1417 InstructionCode opcode) { in VisitFloat64Ieee754Binop()
[all …]
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc224 InstructionCode opcode = in TryEmitExtendingLoad()
237 Node* input_node, InstructionCode* opcode, bool try_ror) { in TryMatchAnyShift()
276 InstructionOperand* right_op, InstructionCode* opcode) { in TryMatchAnyExtend()
347 uint8_t GetBinopProperties(InstructionCode opcode) { in GetBinopProperties()
402 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop()
522 void EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, in EmitLoad()
555 InstructionCode opcode = kArchNop; in VisitLoad()
646 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
653 InstructionCode opcode = kArchNop; in VisitStore()
1373 InstructionCode opcode = cont->Encode(kArm64Cmp) | in EmitInt32MulWithOverflow()
[all …]
Dcode-generator-arm64.cc626 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509Extensions.java81 … public static final ASN1ObjectIdentifier InstructionCode = new ASN1ObjectIdentifier("2.5.29.23"); field in X509Extensions
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...