Searched refs:SIGN_EXT_IMM16 (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 3272 im_val = SIGN_EXT_IMM16(im_val); in ExecuteGeneric() 3319 im_val = SIGN_EXT_IMM16(im_val); in ExecuteGeneric() 3359 uintptr_t im_val = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3373 int32_t im_val = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3558 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3572 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3587 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3603 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3617 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3631 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() [all …]
|
D | constants-ppc.h | 31 #define SIGN_EXT_IMM16(imm) ((static_cast<int>(imm) << 16) >> 16) macro
|
D | assembler-ppc-inl.h | 585 offset += SIGN_EXT_IMM16(instr_at(pc + kInstrSize) & kImm16Mask); in GetConstantPoolOffset() 588 offset = SIGN_EXT_IMM16((instr_at(pc) & kImm16Mask)); in GetConstantPoolOffset()
|
D | assembler-ppc.cc | 396 link = SIGN_EXT_IMM16((instr & kImm16Mask)); in target_at() 466 int32_t offset = target_pos + SIGN_EXT_IMM16(operands & kImm16Mask); in target_at_put() 1667 lis(dst, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_mov() 1677 lis(dst, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_mov() 1687 lis(dst, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_mov32() 1701 addis(dst, src, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_add32() 1702 addic(dst, dst, Operand(SIGN_EXT_IMM16(lo_word))); in bitwise_add32()
|
D | disasm-ppc.cc | 314 int32_t value = SIGN_EXT_IMM16(instr->Bits(15, 0) & ~3); in FormatOption()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1066 __ lis(r0, Operand(SIGN_EXT_IMM16(0x8000))); in DoDivByPowerOf2I() 1212 __ lis(r0, Operand(SIGN_EXT_IMM16(0x8000))); in DoFlooringDivByPowerOf2I() 2420 __ lis(r0, Operand(SIGN_EXT_IMM16(0x8000))); in DoShiftI() 3080 __ lis(r0, Operand(SIGN_EXT_IMM16(0x8000))); in DoShiftI() 3616 __ lis(r0, Operand(SIGN_EXT_IMM16(0x8000))); in DoShiftI()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 3180 __ lis(r0, Operand(SIGN_EXT_IMM16(0x8000))); in EmitIsMinusZero()
|