Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dinstruction-selector.h70 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
72 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
75 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
78 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
82 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
86 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
91 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
96 Instruction* Emit(InstructionCode opcode, size_t output_count,
106 Instruction* EmitDeoptimize(InstructionCode opcode, InstructionOperand output,
109 Instruction* EmitDeoptimize(InstructionCode opcode, size_t output_count,
[all …]
Dinstruction-selector.cc123 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit()
132 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit()
141 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit()
154 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit()
169 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit()
181 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit()
193 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit()
206 InstructionCode opcode, size_t output_count, InstructionOperand* outputs, in Emit()
1673 InstructionCode opcode = kArchNop; in VisitCall()
1717 InstructionCode opcode; in VisitTailCall()
[all …]
Dinstruction-selector-impl.h364 InstructionCode Encode(InstructionCode opcode) { in Encode()
Dinstruction.h805 InstructionCode opcode() const { return opcode_; } in opcode()
815 static Instruction* New(Zone* zone, InstructionCode opcode) { in New()
819 static Instruction* New(Zone* zone, InstructionCode opcode, in New()
927 explicit Instruction(InstructionCode opcode);
929 Instruction(InstructionCode opcode, size_t output_count,
939 InstructionCode opcode_;
Dinstruction-codes.h188 typedef int32_t InstructionCode; typedef
Dinstruction.cc261 Instruction::Instruction(InstructionCode opcode) in Instruction()
271 Instruction::Instruction(InstructionCode opcode, size_t output_count, in Instruction()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc30 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
172 InstructionCode opcode) { in VisitRR()
242 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad()
288 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
333 InstructionCode code = in VisitStore()
444 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
505 InstructionCode opcode) { in VisitBinop()
593 InstructionCode opcode = AddressingModeField::encode(mode) | kIA32Lea; in EmitLea()
676 void VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, in VisitWord32PairShift()
754 InstructionCode opcode = AddressingModeField::encode(mode) | kIA32Lea; in VisitInt32Add()
[all …]
Dcode-generator-ia32.cc466 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/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.cc470 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc40 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
180 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad()
226 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
262 InstructionCode code = in VisitStore()
383 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
444 InstructionCode opcode) { in VisitBinop()
546 void EmitLea(InstructionSelector* selector, InstructionCode opcode, in EmitLea()
690 InstructionCode code = kX64Movsxlq | AddressingModeField::encode(mode); in VisitWord64Sar()
1104 InstructionCode opcode) { in VisitRO()
1111 InstructionCode opcode) { in VisitRR()
[all …]
Dcode-generator-x64.cc679 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()
203 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad()
249 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
294 InstructionCode code = in VisitStore()
405 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
466 InstructionCode opcode) { in VisitBinop()
554 InstructionCode opcode = AddressingModeField::encode(mode) | kX87Lea; in EmitLea()
637 void VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, in VisitWord32PairShift()
712 InstructionCode opcode = AddressingModeField::encode(mode) | kX87Lea; in VisitInt32Add()
1091 InstructionCode opcode) { in VisitFloat64Ieee754Binop()
[all …]
/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()
160 InstructionCode opcode, ImmediateMode operand_mode) { in VisitBinop()
269 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
784 void VisitPairBinop(InstructionSelector* selector, InstructionCode opcode, in VisitPairBinop()
825 void VisitPairShift(InstructionSelector* selector, InstructionCode opcode, in VisitPairShift()
1322 InstructionCode opcode) { in VisitFloat64Ieee754Unop()
[all …]
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
34 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate()
91 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
128 InstructionCode opcode) { in VisitBinop()
215 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
399 InstructionCode opcode, Node* node) { in VisitInt32PairBinop()
429 InstructionCode opcode, Node* node) { in VisitWord32PairShift()
938 InstructionCode opcode) { in VisitFloat64Ieee754Binop()
946 InstructionCode opcode) { in VisitFloat64Ieee754Unop()
1087 static void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare()
[all …]
Dcode-generator-mips.cc567 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.h192 Instruction* NewInstruction(InstructionCode code, size_t outputs_size,
215 Instruction* Emit(InstructionCode code, size_t outputs_size = 0,
Dinstruction-sequence-unittest.cc302 InstructionCode opcode = kArchJmp | FlagsModeField::encode(kFlags_branch) | in EmitBranch()
323 InstructionCode code, size_t outputs_size, InstructionOperand* outputs, in NewInstruction()
496 InstructionCode code, size_t outputs_size, InstructionOperand* outputs, in Emit()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc166 Node* input_node, InstructionCode* opcode, bool try_ror) { in TryMatchAnyShift()
202 InstructionOperand* right_op, InstructionCode* opcode) { in TryMatchAnyExtend()
273 uint8_t GetBinopProperties(InstructionCode opcode) { in GetBinopProperties()
328 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop()
455 InstructionCode opcode = kArchNop; in VisitLoad()
559 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
566 InstructionCode opcode = kArchNop; in VisitStore()
1813 InstructionCode opcode) { in VisitFloat64Ieee754Binop()
1821 InstructionCode opcode) { in VisitFloat64Ieee754Unop()
1871 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare()
[all …]
Dcode-generator-arm64.cc591 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
34 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate()
96 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop()
133 InstructionCode opcode) { in VisitBinop()
222 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
1344 InstructionCode opcode) { in VisitFloat64Ieee754Binop()
1352 InstructionCode opcode) { in VisitFloat64Ieee754Unop()
1499 static void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare()
1549 InstructionCode opcode, FlagsContinuation* cont, in VisitWordCompare()
1626 InstructionCode opcode = cont->Encode(kMips64Cmp); in EmitWordCompareZero()
/external/v8/test/cctest/compiler/
Dtest-instruction.cc79 InstructionCode opcode = static_cast<InstructionCode>(110); in NewInstr()
Dtest-jump-threading.cc44 InstructionCode code = 119 | FlagsModeField::encode(kFlags_branch) | in Branch()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc114 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop()
260 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore()
1203 InstructionCode opcode) { in VisitFloat64Ieee754Unop()
1210 InstructionCode opcode) { in VisitFloat64Ieee754Binop()
1322 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare()
1341 InstructionCode opcode, FlagsContinuation* cont, in VisitWordCompare()
1397 Node* value, InstructionCode opcode, in VisitWordCompareZero()
/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

12