Searched refs:shifter_operand (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm/ |
D | simulator-arm.cc | 2357 int32_t shifter_operand = 0; in DecodeType01() local 2360 shifter_operand = GetShiftRm(instr, &shifter_carry_out); in DecodeType01() 2363 shifter_operand = GetImm(instr, &shifter_carry_out); in DecodeType01() 2371 alu_out = rn_val & shifter_operand; in DecodeType01() 2383 alu_out = rn_val ^ shifter_operand; in DecodeType01() 2395 alu_out = rn_val - shifter_operand; in DecodeType01() 2399 SetCFlag(!BorrowFrom(rn_val, shifter_operand)); in DecodeType01() 2400 SetVFlag(OverflowFrom(alu_out, rn_val, shifter_operand, false)); in DecodeType01() 2408 alu_out = shifter_operand - rn_val; in DecodeType01() 2412 SetCFlag(!BorrowFrom(shifter_operand, rn_val)); in DecodeType01() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 448 // shifter_operand operands: so_reg_reg, so_reg_imm, and so_imm. 492 // so_imm - Match a 32-bit shifter_operand immediate operand, which is an
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 541 // shifter_operand operands: so_reg_reg, so_reg_imm, and mod_imm.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 630 // shifter_operand operands: so_reg_reg, so_reg_imm, and mod_imm.
|