/external/v8/src/crankshaft/arm64/ |
delayed-masm-arm64.h | 71 const Operand& operand, 79 void StoreConstant(uint64_t value, const MemOperand& operand); 80 void Load(const CPURegister& rd, const MemOperand& operand); 81 void Store(const CPURegister& rd, const MemOperand& operand);
|
lithium-codegen-arm64.h | 78 Operand ToOperand(LOperand* op); 79 Operand ToOperand32(LOperand* op); 86 Operand ToShiftedRightOperand32(LOperand* right, LI* shift_info); 156 const Operand& rhs);
|
/external/v8/src/ic/arm64/ |
handler-compiler-arm64.cc | 399 __ Mov(this->name(), Operand(name)); 405 __ Mov(this->name(), Operand(name)); 487 __ Mov(scratch1, Operand(validity_cell)); 489 __ Cmp(scratch1, Operand(Smi::FromInt(Map::kPrototypeChainValid))); 666 __ Mov(scratch3(), Operand(data)); 675 __ Mov(scratch2(), Operand(ExternalReference::isolate_address(isolate()))); 791 __ Mov(scratch1(), Operand(callback)); 794 __ Mov(scratch1(), Operand(cell)); 796 __ Mov(scratch2(), Operand(name));
|
/external/v8/src/ppc/ |
assembler-ppc-inl.h | 413 Operand::Operand(intptr_t immediate, RelocInfo::Mode rmode) { 419 Operand::Operand(const ExternalReference& f) { 425 Operand::Operand(Smi* value) { 431 Operand::Operand(Register rm) { 480 bool Operand::is_reg() const { return rm_.is_valid(); }
|
/external/v8/src/arm64/ |
assembler-arm64.cc | 280 bool Operand::NeedsRelocation(const Assembler* assembler) const { 1201 ands(AppropriateZeroRegFor(rn), rn, operand); local [all...] |
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.cc | 78 __ movp(Operand(rsp, offset), rax); 203 __ movp(Operand(rbp, StandardFrameConstants::kContextOffset), rax); 214 __ movp(rax, Operand(rbp, parameter_offset)); 217 __ movp(Operand(rsi, context_offset), rax); 280 Operand src = ToOperand(instr->result()); 389 __ Push(Operand(rbp, StandardFrameConstants::kContextOffset)); 391 __ leap(rbp, Operand(rsp, 2 * kPointerSize)); 512 Operand LCodeGen::ToOperand(LOperand* op) const { 514 // representable as an Operand. 517 return Operand(rbp, StackSlotOffset(op->index())) 1707 Operand operand = BuildSeqStringOperand(string, instr->index(), encoding); local 1731 Operand operand = BuildSeqStringOperand(string, instr->index(), encoding); local 3927 Operand operand = FieldOperand(write_register, offset); local 4176 Operand operand = local [all...] |
/art/compiler/utils/x86/ |
assembler_x86.h | 51 class Operand : public ValueObject { 91 // Operand can be sub classed (e.g: Address). 92 Operand() : length_(0), fixup_(nullptr) { } 131 // A fixup can be associated with the operand, in order to be applied after the 135 explicit Operand(Register reg) : fixup_(nullptr) { SetModRM(3, reg); } 137 // Get the operand encoding byte at the given index. 148 class Address : public Operand { 346 void rorl(Register operand, Register shifter); 348 void roll(Register operand, Register shifter); 550 void shll(Register operand, Register shifter) [all...] |
/external/v8/src/ic/x64/ |
ic-x64.cc | 69 __ Test(Operand(elements, r1, times_pointer_size, 76 __ movp(result, Operand(elements, r1, times_pointer_size, 120 __ Test(Operand(elements, scratch1, times_pointer_size, 127 __ leap(scratch1, Operand(elements, scratch1, times_pointer_size, 129 __ movp(Operand(scratch1, 0), value); 418 __ leal(rdi, Operand(key, 1)); 434 __ leal(rdi, Operand(key, 1)); 466 __ leal(rdi, Operand(key, 1)); [all...] |
/external/v8/src/regexp/mips64/ |
regexp-macro-assembler-mips64.h | 220 const Operand& rt); 227 const Operand& rt);
|
/frameworks/compile/mclinker/include/mcld/Script/ |
Operator.h | 19 class Operand; 107 virtual void appendOperand(Operand* pOperand) = 0;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymbolManager.h | 310 const SymExpr *Operand; 311 /// Type of the operand. 318 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { } 322 const SymExpr *getOperand() const { return Operand; } 335 Profile(ID, Operand, FromTy, ToTy); 523 const SymbolCast* getCastSymbol(const SymExpr *Operand,
|
/external/v8/test/cctest/ |
test-macro-assembler-mips64.cc | 93 __ li(a2, Operand(reinterpret_cast<int64_t>(&a0_))); 94 __ li(a3, Operand(reinterpret_cast<int64_t>(&a1_))); 159 __ li(a5, Operand(refConstants[i])); 161 __ Daddu(a4, a4, Operand(kPointerSize)); 200 __ li(a4, Operand(masm->jump_address(&to_jump)), ADDRESS_LOAD);
|
/external/clang/include/clang/AST/ |
ExprObjC.h | [all...] |
/external/mesa3d/src/mesa/main/ |
ff_fragment_shader.cpp | 97 __extension__ GLubyte Operand:3; /**< OPR_x */ 100 GLubyte Operand; /**< OPR_x */ 155 static GLuint translate_operand( GLenum operand ) 157 switch (operand) { 466 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]); 467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]); 476 key->unit[i].OptRGB[0].Operand = OPR_SRC_COLOR; 478 key->unit[i].OptRGB[1].Operand = OPR_SRC_COLOR; 621 GLuint operand) 627 switch (operand) { [all...] |
/external/v8/src/full-codegen/arm64/ |
full-codegen-arm64.cc | 185 __ Mov(x10, Operand(info->scope()->GetScopeInfo(info->isolate()))); 380 __ Mov(x2, Operand(profiling_counter_)); 389 __ Mov(x2, Operand(profiling_counter_)); 533 __ Mov(result_register(), Operand(lit)); 539 __ Mov(result_register(), Operand(lit)); 568 __ Mov(result_register(), Operand(lit)); 843 __ Mov(x2, Operand(variable->name())); 910 __ Mov(x2, Operand(variable->name())); 924 __ Mov(x11, Operand(pairs)); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 214 /// allOperandsUndef - Return true if the node has at least one operand 544 // Add the operand info. 628 // Next, brutally remove the operand list. This is safe to do, as there are 632 SDNode *Operand = Use.getNode(); 635 // Now that we removed this operand, see if there are no uses of it left. 636 if (Operand->use_empty()) 637 DeadNodes.push_back(Operand); 648 // it from being deleted. (This matters if the root is an operand of the 711 "Mismatched operand types!"); 713 "Wrong operand type!") [all...] |
/external/v8/src/wasm/ |
ast-decoder.cc | 332 int length = Operand<uint8_t>(pc_); 346 int length = Operand<uint8_t>(pc_); 375 uint32_t depth = Operand<uint8_t>(pc_); 384 uint32_t depth = Operand<uint8_t>(pc_); 448 int32_t value = Operand<int8_t>(pc_); 454 int32_t value = Operand<int32_t>(pc_); 460 int64_t value = Operand<int64_t>(pc_); 466 float value = Operand<float>(pc_); 472 double value = Operand<double>(pc_); 757 "select operand should be expression") [all...] |
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 149 std::unique_ptr<ExprAST> Operand; 152 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) 153 : Opcode(Opcode), Operand(std::move(Operand)) {} 452 if (auto Operand = ParseUnary()) 453 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand)); 644 Value *OperandV = Operand->codegen();
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 155 std::unique_ptr<ExprAST> Operand; 158 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) 159 : Opcode(Opcode), Operand(std::move(Operand)) {} 522 if (auto Operand = ParseUnary()) 523 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand)); 726 Value *OperandV = Operand->codegen(); [all...] |
/external/llvm/lib/CodeGen/ |
AggressiveAntiDepBreaker.cpp | 682 // defines 'NewReg' via an early-clobber operand. 684 MachineInstr *UseMI = Q.second.Operand->getParent(); 699 if (!Q.second.Operand->isDef() || !Q.second.Operand->isEarlyClobber()) 702 MachineInstr *DefMI = Q.second.Operand->getParent(); 858 assert(AntiDepOp && "Can't find index for defined register operand"); [all...] |
/external/vixl/src/vixl/a64/ |
assembler-a64.cc | 310 // Operand. 311 Operand::Operand(int64_t immediate) 319 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) 331 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) 345 bool Operand::IsImmediate() const { 350 bool Operand::IsShiftedRegister() const { 355 bool Operand::IsExtendedRegister() const [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | [all...] |
/external/v8/src/debug/arm64/ |
debug-arm64.cc | 103 __ Mov(reg, Operand(kDebugZapValue));
|
/external/v8/src/regexp/ia32/ |
regexp-macro-assembler-ia32.h | 142 Operand register_location(int register_index);
|
/external/v8/src/regexp/x87/ |
regexp-macro-assembler-x87.h | 142 Operand register_location(int register_index);
|