Home
last modified time | relevance | path

Searched defs:lsb (Results 51 - 68 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1625 unsigned lsb = fieldFromInstruction(Val, 0, 5); in DecodeBitfieldMaskOperand() local
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc713 extr(const Register& rd, const Register& rn, const Register& rm, unsigned lsb) extr() argument
H A Ddisasm-aarch64.cc7365 int lsb = ((c[2] - '0') * 10) + (c[3] - '0'); in Disassembler() local
H A Dmacro-assembler-aarch64.h1196 void Bfc(const Register& rd, unsigned lsb, unsigned width) { in Bfc() argument
1186 Bfi(const Register& rd, const Register& rn, unsigned lsb, unsigned width) Bfi() argument
1202 Bfxil(const Register& rd, const Register& rn, unsigned lsb, unsigned width) Bfxil() argument
1469 Extr(const Register& rd, const Register& rn, const Register& rm, unsigned lsb) Extr() argument
2401 Sbfiz(const Register& rd, const Register& rn, unsigned lsb, unsigned width) Sbfiz() argument
2421 Sbfx(const Register& rd, const Register& rn, unsigned lsb, unsigned width) Sbfx() argument
2693 Ubfiz(const Register& rd, const Register& rn, unsigned lsb, unsigned width) Ubfiz() argument
2713 Ubfx(const Register& rd, const Register& rn, unsigned lsb, unsigned width) Ubfx() argument
[all...]
H A Dsimulator-aarch64.cc47 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) { in SetBits() argument
51 bits <<= lsb; in SetBits() local
1644 int lsb = q_index * kQRegSize; in Simulator() local
1647 name << ZRegNameForCode(code) << '<' << msb << ':' << lsb << '>'; in Simulator() local
1684 int lsb = q_index * print_size_in_bits; in Simulator() local
1687 prefix << name << '<' << msb << ':' << lsb << '>'; in Simulator() local
5767 unsigned lsb = instr->GetImmS(); Simulator() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp7838 ir_variable *lsb = out_var(type, "lsb"); in _mulExtended() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c2817 LLVMValueRef lsb = ac_build_intrinsic(ctx, intrin_name, type, params, 2, AC_FUNC_ATTR_READNONE); in ac_find_lsb() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc1006 extr(const Register& rd, const Register& rn, const Register& rm, int lsb) extr() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc1076 GenInstrRegister(Opcode opcode, Register rs, Register rt, uint16_t msb, uint16_t lsb, SecondaryField func) GenInstrRegister() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc1147 GenInstrRegister(Opcode opcode, Register rs, Register rt, uint16_t msb, uint16_t lsb, SecondaryField func) GenInstrRegister() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc1848 void Assembler::ubfx(Register dst, Register src, int lsb, int width, in ubfx() argument
1863 void Assembler::sbfx(Register dst, Register src, int lsb, in argument
1877 bfc(Register dst, int lsb, int width, Condition cond) bfc() argument
1890 bfi(Register dst, Register src, int lsb, int width, Condition cond) bfi() argument
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc3194 void Assembler::bfc(Condition cond, Register rd, uint32_t lsb, uint32_t width) { in bfc() argument
3221 bfi( Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) bfi() argument
9640 sbfx( Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) sbfx() argument
13014 ubfx( Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) ubfx() argument
[all...]
H A Dassembler-aarch32.h2064 void bfc(Register rd, uint32_t lsb, uint32_t width) { in bfc() argument
2070 void bfi(Register rd, Register rn, uint32_t lsb, uint32_t width) { in bfi() argument
3027 sbfx(Register rd, Register rn, uint32_t lsb, uint32_t width) sbfx() argument
3634 ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width) ubfx() argument
[all...]
H A Ddisasm-aarch32.cc9333 uint32_t lsb = in DecodeT32() local
1279 bfc(Condition cond, Register rd, uint32_t lsb, uint32_t width) bfc() argument
1288 bfi( Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) bfi() argument
2454 sbfx( Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) sbfx() argument
3360 ubfx( Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) ubfx() argument
9341 lsb, DecodeT32() local
9354 uint32_t lsb = DecodeT32() local
9359 bfc(CurrentCond(), Register(rd), lsb, width); DecodeT32() local
9372 uint32_t lsb = DecodeT32() local
9380 lsb, DecodeT32() local
9452 uint32_t lsb = DecodeT32() local
9460 lsb, DecodeT32() local
64065 uint32_t lsb = (instr >> 7) & 0x1f; DecodeA32() local
64392 uint32_t lsb = (instr >> 7) & 0x1f; DecodeA32() local
64408 uint32_t lsb = (instr >> 7) & 0x1f; DecodeA32() local
64502 uint32_t lsb = (instr >> 7) & 0x1f; DecodeA32() local
[all...]
H A Dmacro-assembler-aarch32.h1489 void Bfc(Condition cond, Register rd, uint32_t lsb, uint32_t width) { in MacroAssembler() argument
1501 void Bfc(Register rd, uint32_t lsb, uint32_t width) { in MacroAssembler() argument
1519 void Bfi(Register rd, Register rn, uint32_t lsb, uint32_t width) { in MacroAssembler() argument
1505 Bfi( Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) MacroAssembler() argument
4041 Sbfx( Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) MacroAssembler() argument
4055 Sbfx(Register rd, Register rn, uint32_t lsb, uint32_t width) MacroAssembler() argument
5790 Ubfx( Condition cond, Register rd, Register rn, uint32_t lsb, uint32_t width) MacroAssembler() argument
5804 Ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width) MacroAssembler() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2519 unsigned lsb = Bitfield.LSB; in addBitfieldOperands() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12374 unsigned lsb = countTrailingZeros(Mask); in PerformORCombineToBFI() local
/third_party/glfw/deps/
H A Dnuklear.h12507 int advance, lsb, x0,y0,x1,y1; in nk_tt_PackFontRangesRenderIntoRects() local

Completed in 287 milliseconds

123