Home
last modified time | relevance | path

Searched defs:opnd (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc2729 void TurboAssembler::MulS64(Register dst, const Operand& opnd) { in CallRecordWriteStub()
2735 void TurboAssembler::MulS64(Register dst, const MemOperand& opnd) { in CallRecordWriteStub()
2755 void TurboAssembler::AddS32(Register dst, const Operand& opnd) { in CallRecordWriteStub()
2763 void TurboAssembler::AddS64(Register dst, const Operand& opnd) { in CallRecordWriteStub()
2770 void TurboAssembler::AddS32(Register dst, Register src, int32_t opnd) { in CallRecordWriteStub()
2775 void TurboAssembler::AddS32(Register dst, Register src, const Operand& opnd) { in CallRecordWriteStub()
2786 void TurboAssembler::AddS64(Register dst, Register src, int32_t opnd) { in CallRecordWriteStub()
2791 void TurboAssembler::AddS64(Register dst, Register src, const Operand& opnd) { in CallRecordWriteStub()
2843 void TurboAssembler::AddS32(Register dst, const MemOperand& opnd) { in CallRecordWriteStub()
2852 void TurboAssembler::AddS64(Register dst, const MemOperand& opnd) { in CallRecordWriteStub()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMIPeephole.cpp85 MachineOperand &opnd = CopyMI->getOperand(1); in isCopyFrom32Def() local
110 MachineOperand &opnd = PhiMI->getOperand(i); in isPhiFrom32Def() local
466 MachineOperand &opnd = DefMI->getOperand(i); in eliminateTruncSeq() local
/third_party/spirv-tools/source/opt/
Dvalue_number_table.cpp232 const auto& opnd = inst.GetInOperand(i); in operator ()() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dvalue_number_table.cpp232 const auto& opnd = inst.GetInOperand(i); in operator ()() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvalue_number_table.cpp232 const auto& opnd = inst.GetInOperand(i); in operator ()() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex2.h75 #define SOP(op, opnd) ((op)|(opnd)) argument
Dregcomp.c1475 doemit(struct parse *p, sop op, size_t opnd) in doemit()
1497 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex2.h72 #define SOP(op, opnd) ((op)|(opnd)) argument
Dregcomp.c1347 doemit(struct parse *p, sop op, size_t opnd) in doemit()
1369 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp244 MachineOperand &opnd = MI.getOperand(i); in usesRegister() local
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1935 Operand opnd = i.InputImmediate(1); in AssembleArchInstruction() local
1948 Operand opnd = i.InputImmediate(1); in AssembleArchInstruction() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_peephole.cpp1052 ConstantFolding::opnd(Instruction *i, ImmediateValue &imm0, int s) in opnd() function in nv50_ir::ConstantFolding
/third_party/toybox/toys/pending/
Dbc.c5259 BcResult *opnd; in bc_program_builtin() local