/third_party/ffmpeg/libavcodec/arm/ |
H A D | hevcdsp_sao_neon.S | 48 vtbx.8 d24, {q0-q1}, d20 49 vtbx.8 d25, {q0-q1}, d21 52 vtbx.8 d24, {q2-q3}, d20 53 vtbx.8 d25, {q2-q3}, d21 74 vtbx.8 d24, {q0-q1}, d20 75 vtbx.8 d25, {q0-q1}, d21 78 vtbx.8 d24, {q2-q3}, d20 79 vtbx.8 d25, {q2-q3}, d21 128 vtbx.8 d9, {d0}, d8 // offset_val 133 vtbx [all...] |
/third_party/node/deps/v8/src/diagnostics/arm/ |
H A D | disasm-arm.cc | 2354 instr->Bit(6) == 0 ? "vtbl.8" : "vtbx.8", Vd); in DecodeAdvancedSIMDTwoOrThreeRegisters()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 983 void vtbx(DwVfpRegister dst, const NeonListOperand& list,
|
H A D | assembler-arm.cc | 5068 // Encode NEON vtbl / vtbx instruction. 5070 DwVfpRegister index, bool vtbx) { in EncodeNeonVTB() 5073 // Dd = vtbx(table, Dm) SIMD vector permute, skip out of range indices. in EncodeNeonVTB() 5081 int op = vtbx ? 1 : 0; // vtbl = 0, vtbx = 1. in EncodeNeonVTB() 5092 void Assembler::vtbx(DwVfpRegister dst, const NeonListOperand& list, in vtbx() function in v8::internal::Assembler 5069 EncodeNeonVTB(DwVfpRegister dst, const NeonListOperand& list, DwVfpRegister index, bool vtbx) EncodeNeonVTB() argument
|
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.h | 6105 void vtbx(Condition cond, 6110 void vtbx(DataType dt, in vtbx() function in vixl::aarch32::Assembler 6114 vtbx(al, dt, rd, nreglist, rm); in vtbx()
|
H A D | disasm-aarch32.h | 2617 void vtbx(Condition cond,
|
H A D | assembler-aarch32.cc | 27647 void Assembler::vtbx(Condition cond, in vtbx() function in vixl::aarch32::Assembler 27680 Delegate(kVtbx, &Assembler::vtbx, cond, dt, rd, nreglist, rm); in vtbx()
|
H A D | disasm-aarch32.cc | 6883 void Disassembler::vtbx(Condition cond, in vtbx() function in vixl::aarch32::Disassembler [all...] |
H A D | macro-assembler-aarch32.h | 12638 vtbx(cond, dt, rd, nreglist, rm); in MacroAssembler()
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 4910 bool vtbx = instr->Bit(6) != 0; // vtbl / vtbx in DecodeAdvancedSIMDTwoOrThreeRegisters() local 4922 } else if (vtbx) { in DecodeAdvancedSIMDTwoOrThreeRegisters()
|