/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 1625 unsigned lsb = fieldFromInstruction(Val, 0, 5); in DecodeBitfieldMaskOperand() local
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 713 extr(const Register& rd, const Register& rn, const Register& rm, unsigned lsb) extr() argument
|
H A D | disasm-aarch64.cc | 7365 int lsb = ((c[2] - '0') * 10) + (c[3] - '0'); in Disassembler() local
|
H A D | macro-assembler-aarch64.h | 1196 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 D | simulator-aarch64.cc | 47 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 D | builtin_functions.cpp | 7838 ir_variable *lsb = out_var(type, "lsb"); in _mulExtended() local
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 2817 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 D | assembler-arm64.cc | 1006 extr(const Register& rd, const Register& rn, const Register& rm, int lsb) extr() argument
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 1076 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 D | assembler-mips.cc | 1147 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 D | assembler-arm.cc | 1848 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 D | assembler-aarch32.cc | 3194 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 D | assembler-aarch32.h | 2064 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 D | disasm-aarch32.cc | 9333 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 D | macro-assembler-aarch32.h | 1489 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 D | ARMAsmParser.cpp | 2519 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 D | ARMISelLowering.cpp | 12374 unsigned lsb = countTrailingZeros(Mask); in PerformORCombineToBFI() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 12507 int advance, lsb, x0,y0,x1,y1; in nk_tt_PackFontRangesRenderIntoRects() local
|