HomeSort by relevance Sort by last modified time
    Searched defs:GetOperand (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.h 107 inline const Operand& GetOperand(uint32_t index) const;
121 return GetOperand(index + TypeResultIdCount());
158 inline const Operand& Instruction::GetOperand(uint32_t index) const {
  /external/v8/src/
frames-inl.h 202 inline Object* JavaScriptFrame::GetOperand(int index) const {
  /external/vixl/src/aarch32/
disasm-aarch32.h 145 const MemOperand& GetOperand() const { return operand_; }
157 const AlignedMemOperand& GetOperand() const { return operand_; }
377 return *this << operand.GetOperand();
393 return *this << operand.GetOperand();
    [all...]

Completed in 55 milliseconds