Searched defs:opnd1 (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | sfdiv.c | 40 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fdiv() local [all...] |
H A D | sfmpy.c | 43 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fmpy() local [all...] |
H A D | sfrem.c | 41 register unsigned int opnd1, opnd2, result; in sgl_frem() local [all...] |
H A D | fmpyfadd.c | 1369 unsigned int opnd1, opnd2, opnd3; local 2010 unsigned int opnd1, opnd2, opnd3; global() local [all...] |
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | sfdiv.c | 40 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fdiv() local [all...] |
H A D | sfmpy.c | 43 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fmpy() local [all...] |
H A D | sfrem.c | 41 register unsigned int opnd1, opnd2, result; in sgl_frem() local [all...] |
H A D | fmpyfadd.c | 1369 unsigned int opnd1, opnd2, opnd3; local 2010 unsigned int opnd1, opnd2, opnd3; global() local [all...] |
/third_party/mksh/ |
H A D | funcs.c | 2799 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument 3136 const char *opnd1, *opnd2; test_primary() local [all...] |
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 5759 uint64_t opnd1 = static_cast<uint64_t>(get_low_register<uint32_t>(r1)) << 32; in EVALUATE() local 5794 int64_t opnd1 = static_cast<int64_t>(get_low_register<int32_t>(r1)) << 32; in EVALUATE() local
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 560 void TurboAssembler::MoveChar(const MemOperand& opnd1, const MemOperand& opnd2, in MoveChar() argument 566 void TurboAssembler::CompareLogicalChar(const MemOperand& opnd1, in CompareLogicalChar() argument 573 void TurboAssembler::ExclusiveOrChar(const MemOperand& opnd1, in ExclusiveOrChar() argument
|
Completed in 31 milliseconds