HomeSort by relevance Sort by last modified time
    Searched refs:InstructionCode (Results 1 - 25 of 35) sorted by null

1 2

  /external/v8/src/compiler/
instruction-selector.h 80 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
82 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
85 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
88 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
92 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
96 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
101 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
106 Instruction* Emit(InstructionCode opcode, size_t output_count,
116 Instruction* EmitDeoptimize(InstructionCode opcode, InstructionOperand output,
119 Instruction* EmitDeoptimize(InstructionCode opcode, InstructionOperand output
    [all...]
instruction-codes.h 132 // are encoded into the InstructionCode of the instruction and tell the
199 // The InstructionCode is an opaque, target-specific integer that encodes
203 typedef int32_t InstructionCode;
205 // Helpers for encoding / decoding InstructionCode into the fields needed
207 // continuation into a single InstructionCode which is stored as part of
instruction-selector-impl.h 447 InstructionCode Encode(InstructionCode opcode) {
instruction.h 840 InstructionCode opcode() const { return opcode_; }
850 static Instruction* New(Zone* zone, InstructionCode opcode) {
854 static Instruction* New(Zone* zone, InstructionCode opcode,
    [all...]
instruction-selector.cc 131 Instruction* InstructionSelector::Emit(InstructionCode opcode,
140 Instruction* InstructionSelector::Emit(InstructionCode opcode,
149 Instruction* InstructionSelector::Emit(InstructionCode opcode,
162 Instruction* InstructionSelector::Emit(InstructionCode opcode,
177 InstructionCode opcode, InstructionOperand output, InstructionOperand a,
189 InstructionCode opcode, InstructionOperand output, InstructionOperand a,
201 InstructionCode opcode, InstructionOperand output, InstructionOperand a,
214 InstructionCode opcode, size_t output_count, InstructionOperand* outputs,
    [all...]
instruction.cc 310 Instruction::Instruction(InstructionCode opcode)
320 Instruction::Instruction(InstructionCode opcode, size_t output_count,
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 29 bool CanBeImmediate(Node* node, InstructionCode opcode) {
121 InstructionCode* opcode_return, Node* node,
143 InstructionCode* opcode_return, Node* node,
159 bool TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return,
168 bool TryMatchASR(InstructionSelector* selector, InstructionCode* opcode_return,
177 bool TryMatchLSL(InstructionSelector* selector, InstructionCode* opcode_return,
186 InstructionCode* opcode_return, Node* node,
194 bool TryMatchLSR(InstructionSelector* selector, InstructionCode* opcode_return,
204 InstructionCode* opcode_return, Node* node,
216 InstructionCode* opcode_return, Node* node
    [all...]
code-generator-arm.cc 609 InstructionCode opcode = instr->opcode();
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 30 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input,
177 InstructionCode opcode) {
252 InstructionCode code = opcode | AddressingModeField::encode(mode);
302 InstructionCode code = kArchStoreWithWriteBarrier;
352 InstructionCode code =
531 InstructionCode opcode, FlagsContinuation* cont) {
592 InstructionCode opcode) {
682 InstructionCode opcode = AddressingModeField::encode(mode) | kIA32Lea;
788 void VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode,
    [all...]
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 49 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input,
282 InstructionCode code = opcode | AddressingModeField::encode(mode);
333 InstructionCode code = kArchStoreWithWriteBarrier;
343 InstructionCode code =
370 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) |
505 InstructionCode opcode, FlagsContinuation* cont) {
566 InstructionCode opcode) {
667 void EmitLea(InstructionSelector* selector, InstructionCode opcode,
737 InstructionCode opcode) {
806 InstructionCode code = opcode | AddressingModeField::encode(mode)
    [all...]
code-generator-x64.cc 312 InstructionCode opcode, size_t input_count,
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 30 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input,
213 InstructionCode code = opcode | AddressingModeField::encode(mode);
263 InstructionCode code = kArchStoreWithWriteBarrier;
313 InstructionCode code =
444 InstructionCode opcode, FlagsContinuation* cont) {
505 InstructionCode opcode) {
595 InstructionCode opcode = AddressingModeField::encode(mode) | kX87Lea;
701 void VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode,
788 InstructionCode opcode = AddressingModeField::encode(mode) | kX87Lea;
    [all...]
code-generator-x87.cc 543 InstructionCode opcode = instr->opcode();
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) {
67 bool CanBeImmediate(Node* node, InstructionCode opcode) {
149 InstructionCode* opcode_return, Node* node,
162 InstructionCode opcode, bool has_reverse_opcode,
163 InstructionCode reverse_opcode,
221 InstructionCode opcode, bool has_reverse_opcode,
222 InstructionCode reverse_opcode) {
228 InstructionCode opcode, FlagsContinuation* cont) {
233 InstructionCode opcode) {
328 InstructionCode code = kArchStoreWithWriteBarrier
    [all...]
code-generator-mips.cc 616 InstructionCode opcode = instr->opcode();
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 74 void VisitRR(InstructionSelector* selector, InstructionCode opcode,
81 void VisitRRR(InstructionSelector* selector, InstructionCode opcode,
89 void VisitRRO(InstructionSelector* selector, InstructionCode opcode, Node* node,
100 InstructionCode opcode, Node* node) {
120 InstructionCode opcode, ImmediateMode operand_mode,
170 InstructionCode opcode, ImmediateMode operand_mode) {
290 InstructionCode code = kArchStoreWithWriteBarrier;
832 void VisitPairBinop(InstructionSelector* selector, InstructionCode opcode,
833 InstructionCode opcode2, Node* node) {
892 void VisitPairShift(InstructionSelector* selector, InstructionCode opcode
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) {
71 bool CanBeImmediate(Node* node, InstructionCode mode) {
76 bool CanBeImmediate(int64_t value, InstructionCode opcode) {
232 InstructionCode opcode =
245 InstructionCode* opcode_return, Node* node,
258 InstructionCode opcode, bool has_reverse_opcode,
259 InstructionCode reverse_opcode,
317 InstructionCode opcode, bool has_reverse_opcode,
318 InstructionCode reverse_opcode) {
324 InstructionCode opcode, FlagsContinuation* cont)
    [all...]
code-generator-mips64.cc 653 InstructionCode opcode = instr->opcode();
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 134 bool CanBeMemoryOperand(InstructionCode opcode, Node* user, Node* input,
252 bool S390OpcodeOnlySupport12BitDisp(InstructionCode op) {
431 InstructionCode opcode, OperandModes operand_mode,
509 InstructionCode opcode, OperandModes operand_mode,
655 InstructionCode code = opcode | AddressingModeField::encode(mode);
707 InstructionCode code = kArchStoreWithWriteBarrier;
766 InstructionCode code =
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 224 InstructionCode opcode =
237 Node* input_node, InstructionCode* opcode, bool try_ror) {
276 InstructionOperand* right_op, InstructionCode* opcode) {
347 uint8_t GetBinopProperties(InstructionCode opcode) {
402 InstructionCode opcode, ImmediateMode operand_mode,
529 void EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode,
562 InstructionCode opcode = kArchNop;
656 InstructionCode code = kArchStoreWithWriteBarrier;
663 InstructionCode opcode = kArchNop;
    [all...]
code-generator-arm64.cc 626 InstructionCode opcode = instr->opcode();
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 81 public static final ASN1ObjectIdentifier InstructionCode = new ASN1ObjectIdentifier("2.5.29.23");
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 

Completed in 686 milliseconds

1 2