| /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia32/ |
| D | math.c | 40 IN UINT64 Operand, in LShiftU64() 75 IN UINT64 Operand, in RShiftU64()
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/lib/x86_64/ |
| D | math.c | 40 IN UINT64 Operand, in LShiftU64() 75 IN UINT64 Operand, in RShiftU64()
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/ |
| D | math.c | 43 IN UINT64 Operand, in LShiftU64() 53 IN UINT64 Operand, in RShiftU64()
|
| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| D | PseudoLoweringEmitter.h | 23 enum MapKind { Operand, Imm, Reg }; enumerator 26 unsigned Operand; // Operand number mapped to. member
|
| /external/v8/src/mips/ |
| D | assembler-mips-inl.h | 57 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { in Operand() function 64 Operand::Operand(const ExternalReference& f) { in Operand() function 71 Operand::Operand(Smi* value) { in Operand() function 78 Operand::Operand(Register rm) { in Operand() function
|
| /external/v8/src/mips64/ |
| D | assembler-mips64-inl.h | 57 Operand::Operand(int64_t immediate, RelocInfo::Mode rmode) { in Operand() function 64 Operand::Operand(const ExternalReference& f) { in Operand() function 71 Operand::Operand(Smi* value) { in Operand() function 78 Operand::Operand(Register rm) { in Operand() function
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXGenericToNVVM.cpp | 117 Value *Operand = II->getOperand(i); in runOnModule() local 255 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local 294 Value *Operand = C->getOperand(i); in remapConstantExpr() local 373 MDNode *Operand = N->getOperand(i); in remapNamedMDNode() local
|
| D | NVPTXInferAddressSpaces.cpp | 256 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef() local 350 Constant *Operand = CE->getOperand(Index); in cloneConstantExprWithNewAddressSpace() local
|
| D | NVVMReflect.cpp | 183 const Value *Operand = cast<Constant>(Sym)->getOperand(0); in runOnFunction() local
|
| /external/v8/src/arm/ |
| D | assembler-arm-inl.h | 296 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { in Operand() function 303 Operand::Operand(const ExternalReference& f) { in Operand() function 310 Operand::Operand(Smi* value) { in Operand() function 317 Operand::Operand(Register rm) { in Operand() function
|
| /external/v8/src/s390/ |
| D | assembler-s390-inl.h | 333 Operand::Operand(intptr_t immediate, RelocInfo::Mode rmode) { in Operand() function 339 Operand::Operand(const ExternalReference& f) { in Operand() function 345 Operand::Operand(Smi* value) { in Operand() function 351 Operand::Operand(Register rm) { in Operand() function
|
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| D | simd_mat4.inl | 177 __m128 Operand = _mm_set_ps1(s); local 190 __m128 Operand = _mm_set_ps1(s); local 203 __m128 Operand = _mm_set_ps1(s); local 216 __m128 Operand = _mm_div_ps(one, _mm_set_ps1(s)); local
|
| /external/vixl/src/aarch32/ |
| D | operands-aarch32.h | 56 Operand(uint32_t immediate) // NOLINT(runtime/explicit) in Operand() function 62 Operand(int32_t immediate) // NOLINT(runtime/explicit) in Operand() function 73 Operand(Register rm) // NOLINT(runtime/explicit) in Operand() function 85 Operand(Register rm, Shift shift) in Operand() function 95 Operand(Register rm, Shift shift, uint32_t amount) in Operand() function 123 Operand(Register rm, Shift shift, Register rs) in Operand() function
|
| /external/v8/src/ia32/ |
| D | assembler-ia32-inl.h | 521 Operand::Operand(Register reg) { in Operand() function 527 Operand::Operand(XMMRegister xmm_reg) { in Operand() function 533 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) { in Operand() function 540 Operand::Operand(Immediate imm) { in Operand() function
|
| /external/v8/src/ppc/ |
| D | assembler-ppc-inl.h | 364 Operand::Operand(intptr_t immediate, RelocInfo::Mode rmode) { in Operand() function 370 Operand::Operand(const ExternalReference& f) { in Operand() function 376 Operand::Operand(Smi* value) { in Operand() function 382 Operand::Operand(Register rm) { in Operand() function
|
| /external/llvm/lib/CodeGen/ |
| D | AggressiveAntiDepBreaker.h | 41 MachineOperand *Operand; member
|
| D | RegUsageInfoPropagate.cpp | 116 MachineOperand &Operand = MI.getOperand(0); in runOnMachineFunction() local
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| D | AggressiveAntiDepBreaker.h | 43 MachineOperand *Operand; member
|
| /external/vixl/src/aarch64/ |
| D | operands-aarch64.cc | 292 Operand::Operand(int64_t immediate) in Operand() function in vixl::aarch64::Operand 300 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() function in vixl::aarch64::Operand 312 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() function in vixl::aarch64::Operand
|
| /external/llvm/utils/TableGen/ |
| D | PseudoLoweringEmitter.cpp | 28 enum MapKind { Operand, Imm, Reg }; enumerator 31 unsigned Operand; // Operand number mapped to. member
|
| /external/v8/src/x87/ |
| D | assembler-x87-inl.h | 521 Operand::Operand(Register reg) { in Operand() function 527 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) { in Operand() function 534 Operand::Operand(Immediate imm) { in Operand() function
|
| /external/llvm/lib/Transforms/IPO/ |
| D | ConstantMerge.cpp | 45 Value *Operand = Inits->getOperand(i)->stripPointerCastsNoFollowAliases(); in FindUsedValues() local
|
| /external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
| D | CBackend.cpp | 173 void writeOperandDeref(Value *Operand) { in writeOperandDeref() 1224 std::string CWriter::GetValueName(const Value *Operand) { in GetValueName() 1301 void CWriter::writeOperandInternal(Value *Operand, bool Static) { in writeOperandInternal() 1319 void CWriter::writeOperand(Value *Operand, bool Static) { in writeOperand() 1364 void CWriter::writeOperandWithCast(Value* Operand, unsigned Opcode) { in writeOperandWithCast() 1416 void CWriter::writeOperandWithCast(Value* Operand, const ICmpInst &Cmp) { in writeOperandWithCast() 3430 void CWriter::writeMemoryAccess(Value *Operand, Type *OperandType, in writeMemoryAccess() 3470 Value *Operand = I.getOperand(0); in visitStoreInst() local
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| D | R600InstrInfo.cpp | 498 void R600InstrInfo::addFlag(MachineInstr *MI, unsigned Operand, in addFlag() 505 void R600InstrInfo::clearFlag(MachineInstr *MI, unsigned Operand, in clearFlag()
|
| /external/llvm/examples/Kaleidoscope/Chapter6/ |
| D | toy.cpp | 161 std::unique_ptr<ExprAST> Operand; member in __anond79e40a30111::UnaryExprAST 164 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() 464 if (auto Operand = ParseUnary()) in ParseUnary() local
|