Searched defs:sar (Results 1 - 6 of 6) sorted by relevance

/external/qemu/target-arm/
H A Dop_helper.c392 uint32_t HELPER(sar)(uint32_t x, uint32_t i) function
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.cc939 void Assembler::sar(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc1006 void Assembler::sar(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc1003 HInstruction* sar = HSar::New(zone, context, local
1005 sar->InsertBefore(this);
1006 sar->AssumeRepresentation(index()->representation());
1007 current_index = sar;
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c1240 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
5709 Bool shl, shr, sar; local
5733 shl = shr = sar = False;
5742 case Iop_SarN16x4: sar = True; size = 16; break;
5743 case Iop_SarN32x2: sar = True; size = 32; break;
5757 if (sar) {
5782 Bool shl, shr, sar; local
5798 shl = shr = sar = False;
5804 case Iop_SarN16x4: sar = True; size = 16; break;
5805 case Iop_SarN32x2: sar
7402 Bool shl, shr, sar; local
7473 Bool shl, shr, sar; local
[all...]
H A Dguest_amd64_toIR.c2120 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
7193 Bool shl, shr, sar; local
7217 shl = shr = sar = False;
7226 case Iop_SarN16x4: sar = True; size = 16; break;
7227 case Iop_SarN32x2: sar = True; size = 32; break;
7241 if (sar) {
7265 Bool shl, shr, sar; local
7281 shl = shr = sar = False;
7287 case Iop_SarN16x4: sar = True; size = 16; break;
7288 case Iop_SarN32x2: sar
9203 Bool shl, shr, sar; local
9274 Bool shl, shr, sar; local
22210 Bool shl, shr, sar; local
22284 Bool shl, shr, sar; local
22467 Bool shl, shr, sar; local
22524 Bool shl, shr, sar; local
[all...]

Completed in 182 milliseconds