Searched refs:Unallocated (Results 1 – 11 of 11) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | instruction-sequence-unittest.cc | 330 InstructionOperand InstructionSequenceTest::Unallocated( in Unallocated() function in v8::internal::compiler::InstructionSequenceTest 336 InstructionOperand InstructionSequenceTest::Unallocated( in Unallocated() function in v8::internal::compiler::InstructionSequenceTest 343 InstructionOperand InstructionSequenceTest::Unallocated( in Unallocated() function in v8::internal::compiler::InstructionSequenceTest 349 InstructionOperand InstructionSequenceTest::Unallocated( in Unallocated() function in v8::internal::compiler::InstructionSequenceTest 374 return Unallocated(op, UnallocatedOperand::NONE, in ConvertInputOp() 377 return Unallocated(op, UnallocatedOperand::NONE); in ConvertInputOp() 379 return Unallocated(op, UnallocatedOperand::MUST_HAVE_REGISTER); in ConvertInputOp() 381 return Unallocated(op, UnallocatedOperand::MUST_HAVE_REGISTER, in ConvertInputOp() 384 return Unallocated(op, UnallocatedOperand::MUST_HAVE_SLOT, in ConvertInputOp() 388 return Unallocated(op, UnallocatedOperand::FIXED_REGISTER, op.value_); in ConvertInputOp() [all …]
|
D | instruction-sequence-unittest.h | 198 InstructionOperand Unallocated(TestOperand op, 200 InstructionOperand Unallocated(TestOperand op, 203 InstructionOperand Unallocated(TestOperand op, 206 InstructionOperand Unallocated(TestOperand op,
|
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 84 UnallocatedOperand Unallocated(int vreg) { in Unallocated() function in v8::internal::compiler::InstructionTester 256 UnallocatedOperand op1 = R.Unallocated(index++); in TEST() 257 UnallocatedOperand op2 = R.Unallocated(index++); in TEST()
|
/external/v8/src/arm64/ |
D | decoder-arm64.h | 61 V(Unallocated) \
|
/external/vixl/examples/ |
D | non-const-visitor.h | 125 V(Unallocated) \
|
/external/vixl/src/vixl/a64/ |
D | decoder-a64.h | 109 V(Unallocated) \
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-thumbv7.txt | 113 # if Rt == '1111' and PUW == '100' then SEE "Unallocated memory hints" 124 # if Rt = '1111' then SEE "Unallocated memory hints"
|
D | thumb2.txt | 2711 # Unallocated hints (They execute as NOPs, but software must not use them.)
|
/external/v8/src/crankshaft/ |
D | lithium.h | 45 LITHIUM_OPERAND_PREDICATE(Unallocated, UNALLOCATED, 0)
|
/external/v8/src/compiler/ |
D | instruction.h | 47 INSTRUCTION_OPERAND_PREDICATE(Unallocated, UNALLOCATED)
|
/external/llvm/test/MC/ARM/ |
D | basic-thumb2-instructions.s | 3743 @ Unallocated wide/narrow hints
|