| /third_party/node/deps/v8/src/codegen/s390/ |
| D | assembler-s390.cc | 480 int16_t imm16 = SIGN_EXT_IMM16((instr & kImm16Mask)); in target_at() local 495 int16_t imm16 = SIGN_EXT_IMM16((instr & kImm16Mask)); in target_at() local 518 int16_t imm16 = target_pos - pos; in target_at_put() local 540 int32_t imm16 = target_pos - pos; in target_at_put() local 674 void Assembler::bkpt(uint32_t imm16) { in bkpt()
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | assembler-ppc.cc | 473 int imm16 = target_pos - pos; in target_at_put() local 715 int imm16 = branch_offset; in bc() local 900 intptr_t imm16 = src2.immediate(); in cmpi() local 926 intptr_t imm16 = src2.immediate(); in cmpwi() local 1634 void Assembler::bkpt(uint32_t imm16) { emit(0x7D821008); } in bkpt() 1657 int imm16 = offset & kImm16Mask; in lfd() local 1667 int imm16 = offset & kImm16Mask; in lfdu() local 1677 int imm16 = offset & kImm16Mask; in lfs() local 1687 int imm16 = offset & kImm16Mask; in lfsu() local 1697 int imm16 = offset & kImm16Mask; in stfd() local [all …]
|
| /third_party/vixl/src/aarch64/ |
| D | assembler-aarch64.h | 7272 static Instr ImmException(int imm16) { in ImmException() 7277 static Instr ImmUdf(int imm16) { in ImmUdf() 7282 static Instr ImmSystemRegister(int imm16) { in ImmSystemRegister()
|
| D | macro-assembler-aarch64.cc | 552 uint64_t imm16 = (imm >> (16 * i)) & 0xffff; in Emit() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
| D | X86Disassembler.cpp | 1395 uint16_t imm16; in readImmediate() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| D | assembler-ia32.cc | 929 void Assembler::cmpw(Operand op, Immediate imm16) { in cmpw() 1395 void Assembler::test_w(Register reg, Immediate imm16) { in test_w() 1416 void Assembler::test_w(Operand op, Immediate imm16) { in test_w() 1500 void Assembler::ret(int imm16) { in ret()
|
| /third_party/node/deps/v8/src/execution/mips/ |
| D | simulator-mips.cc | 6279 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate() local 6307 int16_t imm16 = this->instr_.Imm16Value(); in DecodeTypeImmediate() local 6319 int16_t imm16 = this->instr_.Imm16Value(); in DecodeTypeImmediate() local
|
| /third_party/node/deps/v8/src/execution/mips64/ |
| D | simulator-mips64.cc | 6575 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate() local 6609 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate() local 6621 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate() local
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | assembler-mips.cc | 1478 int32_t imm16 = imm18 >> 2; in label_at_put() local 2199 void Assembler::auipc(Register rs, int16_t imm16) { in auipc() 2206 void Assembler::aluipc(Register rs, int16_t imm16) { in aluipc()
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | assembler-mips64.cc | 1422 int32_t imm16 = imm18 >> 2; in label_at_put() local 2338 void Assembler::auipc(Register rs, int16_t imm16) { in auipc() 2345 void Assembler::aluipc(Register rs, int16_t imm16) { in aluipc()
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64.cc | 314 uint64_t imm16 = (imm >> (16 * i)) & 0xFFFFL; in Mov() local
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| D | assembler-loong64.cc | 961 int32_t imm16 = imm18 >> 2; in label_at_put() local
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| D | assembler-x64.cc | 2130 void Assembler::ret(int imm16) { in ret()
|
| /third_party/skia/src/core/ |
| D | SkVM.cpp | 2387 void Assembler::brk(int imm16) { in brk()
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | assembler-arm.cc | 2311 void Assembler::bkpt(uint32_t imm16) { in bkpt()
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | assembler-riscv64.cc | 1496 int32_t imm16 = imm18 >> 2; in label_at_put() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 8239 bool imm16 = false; in processInstruction() local
|