Home
last modified time | relevance | path

Searched defs:vsrc (Results 26 - 29 of 29) sorted by relevance

12

/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c710 vec_u8 vsrc, vdst; in biweight_h264_W_altivec() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp942 GateRef vsrc = ReadInst8_0(pc); in DECLARE_ASM_HANDLER() local
2403 GateRef vsrc = ZExtInt8ToPtr(ReadInst4_1(pc)); in DECLARE_ASM_HANDLER() local
2412 GateRef vsrc = ZExtInt8ToPtr(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER() local
2421 GateRef vsrc = ZExtInt16ToPtr(ReadInst16_2(pc)); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1077 uint16_t vsrc = READ_INST_4_1(); in RunInternal() local
1078 LOG_INST() << "mov v" << vdst << ", v" << vsrc; in RunInternal() local
1085 uint16_t vsrc = READ_INST_8_1(); in RunInternal() local
1086 LOG_INST() << "mov v" << vdst << ", v" << vsrc; in RunInternal() local
1093 uint16_t vsrc = READ_INST_16_2(); in RunInternal() local
1094 LOG_INST() << "mov v" << vdst << ", v" << vsrc; in RunInternal() local
1197 uint16_t vsrc in RunInternal() local
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc2162 void TurboAssembler::Ceil_f(VRegister vdst, VRegister vsrc, Register scratch, in Ceil_f() argument
2167 void TurboAssembler::Ceil_d(VRegister vdst, VRegister vsrc, Register scratch, in Ceil_d() argument
2172 void TurboAssembler::Floor_f(VRegister vdst, VRegister vsrc, Register scratch, in Floor_f() argument
2177 void TurboAssembler::Floor_d(VRegister vdst, VRegister vsrc, Register scratch, in Floor_d() argument
2182 void TurboAssembler::Trunc_d(VRegister vdst, VRegister vsrc, Register scratch, in Trunc_d() argument
2187 Trunc_f(VRegister vdst, VRegister vsrc, Register scratch, VRegister v_scratch) Trunc_f() argument
2192 Round_f(VRegister vdst, VRegister vsrc, Register scratch, VRegister v_scratch) Round_f() argument
2197 Round_d(VRegister vdst, VRegister vsrc, Register scratch, VRegister v_scratch) Round_d() argument
[all...]

Completed in 31 milliseconds

12