/external/v8/src/compiler/ |
D | instruction-selector.h | 70 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,
|
D | instruction-selector.cc | 119 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 128 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 137 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 150 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 165 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit() 177 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit() 189 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit() 202 InstructionCode opcode, size_t output_count, InstructionOperand* outputs, in Emit() 1416 InstructionCode opcode = kArchNop; in VisitCall() 1465 InstructionCode opcode; in VisitTailCall() [all …]
|
D | instruction-selector-impl.h | 349 InstructionCode Encode(InstructionCode opcode) { in Encode()
|
D | instruction.h | 725 InstructionCode opcode() const { return opcode_; } in opcode() 736 static Instruction* New(Zone* zone, InstructionCode opcode) { in New() 740 static Instruction* New(Zone* zone, InstructionCode opcode, in New() 818 explicit Instruction(InstructionCode opcode); 820 Instruction(InstructionCode opcode, size_t output_count, 830 InstructionCode opcode_;
|
D | instruction-codes.h | 154 typedef int32_t InstructionCode; typedef
|
D | instruction.cc | 252 Instruction::Instruction(InstructionCode opcode) in Instruction() 262 Instruction::Instruction(InstructionCode opcode, size_t output_count, in Instruction()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 29 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate() 99 InstructionCode* opcode_return, Node* node, in TryMatchShift() 119 bool TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchROR() 128 bool TryMatchASR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchASR() 137 bool TryMatchLSL(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSL() 146 bool TryMatchLSR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSR() 156 InstructionCode* opcode_return, Node* node, in TryMatchShift() 168 InstructionCode* opcode_return, Node* node, in TryMatchImmediateOrShift() 187 InstructionCode opcode, InstructionCode reverse_opcode, in VisitBinop() 246 InstructionCode opcode, InstructionCode reverse_opcode) { in VisitBinop() [all …]
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 137 InstructionCode opcode) { in VisitRR() 206 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad() 254 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() 298 InstructionCode code = in VisitStore() 406 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() 462 InstructionCode opcode) { in VisitBinop() 547 InstructionCode opcode = AddressingModeField::encode(mode) | kIA32Lea; in EmitLea() 618 InstructionCode opcode = AddressingModeField::encode(mode) | kIA32Lea; in VisitInt32Add() 962 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 978 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() [all …]
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 147 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad() 195 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() 230 InstructionCode code = in VisitStore() 349 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() 405 InstructionCode opcode) { in VisitBinop() 507 void EmitLea(InstructionSelector* selector, InstructionCode opcode, in EmitLea() 970 InstructionCode opcode) { in VisitRO() 977 InstructionCode opcode) { in VisitRR() 1307 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 1323 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() [all …]
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 167 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad() 215 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() 259 InstructionCode code = in VisitStore() 367 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() 423 InstructionCode opcode) { in VisitBinop() 508 InstructionCode opcode = AddressingModeField::encode(mode) | kX87Lea; in EmitLea() 576 InstructionCode opcode = AddressingModeField::encode(mode) | kX87Lea; in VisitInt32Add() 963 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 979 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 1026 InstructionCode opcode, FlagsContinuation* cont) { in VisitWordCompare() [all …]
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() 34 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate() 91 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() 123 InstructionCode opcode) { in VisitBinop() 211 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() 942 static void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 989 InstructionCode opcode, FlagsContinuation* cont, in VisitWordCompare() 1141 InstructionCode const opcode = cont->Encode(kMipsCmp); in VisitWordCompareZero()
|
D | code-generator-mips.cc | 490 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/external/v8/test/unittests/compiler/ |
D | instruction-sequence-unittest.h | 192 Instruction* NewInstruction(InstructionCode code, size_t outputs_size, 215 Instruction* Emit(InstructionCode code, size_t outputs_size = 0,
|
D | instruction-sequence-unittest.cc | 300 InstructionCode opcode = kArchJmp | FlagsModeField::encode(kFlags_branch) | in EmitBranch() 321 InstructionCode code, size_t outputs_size, InstructionOperand* outputs, in NewInstruction() 494 InstructionCode code, size_t outputs_size, InstructionOperand* outputs, in Emit()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() 34 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate() 96 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() 128 InstructionCode opcode) { in VisitBinop() 218 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() 1382 static void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 1429 InstructionCode opcode, FlagsContinuation* cont, in VisitWordCompare() 1507 InstructionCode opcode = cont->Encode(kMips64Cmp); in EmitWordCompareZero()
|
D | code-generator-mips64.cc | 502 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 79 InstructionCode opcode = static_cast<InstructionCode>(110); in NewInstr()
|
D | test-jump-threading.cc | 44 InstructionCode code = 119 | FlagsModeField::encode(kFlags_branch) | in Branch()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | X509Extensions.java | 81 … public static final ASN1ObjectIdentifier InstructionCode = new ASN1ObjectIdentifier("2.5.29.23"); field in X509Extensions
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 144 Node* input_node, InstructionCode* opcode, bool try_ror) { in TryMatchAnyShift() 180 InstructionOperand* right_op, InstructionCode* opcode) { in TryMatchAnyExtend() 218 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop() 425 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() 1627 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 1644 InstructionCode opcode, FlagsContinuation* cont, in VisitWordCompare() 1694 InstructionCode opcode, FlagsContinuation* cont) { in VisitWordTest()
|
D | code-generator-arm64.cc | 490 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 120 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop() 257 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() 1286 void VisitCompare(InstructionSelector* selector, InstructionCode opcode, in VisitCompare() 1303 InstructionCode opcode, FlagsContinuation* cont, in VisitWordCompare() 1364 Node* value, InstructionCode opcode, in VisitWordCompareZero()
|