HomeSort by relevance Sort by last modified time
    Searched refs:Pc (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/javassist/src/main/javassist/bytecode/
LineNumberAttribute.java 74 * @param pc the index into the code array.
76 public int toLineNumber(int pc) {
80 if (pc < startPc(i))
108 static public class Pc {
128 public Pc toNearPc(int line) {
146 Pc res = new Pc();
176 int pc = ByteArray.readU16bit(info, pos); local
177 if (pc > where || (exclusive && pc == where)
    [all...]
  /external/libedit/doc/
mdoc2man.awk 101 } else if(match(words[w],"^Pc$")) {
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
pcln.go 16 // funcpctab writes to dst a pc-value table mapping the code in func to the values
21 // record val as value at p->pc;
49 pc := func_.Text.Pc
52 ctxt.Logf("%6x %6d %v\n", uint64(pc), val, func_.Text)
64 ctxt.Logf("%6x %6s %v\n", uint64(p.Pc), "", p)
69 // If the pc of the next instruction is the same as the
70 // pc of this instruction, this instruction is not a real
73 if p.Link != nil && p.Link.Pc == p.Pc {
    [all...]
pass.go 182 if int64(c) == q.Pc {
185 if q.Forwd != nil && int64(c) >= q.Forwd.Pc {
211 p.To.Offset = p.Pcond.Pc
util.go 129 fmt.Fprintf(&buf, "%.5d (%v)\t%v%s", p.Pc, p.Line(), p.As, sc)
228 str = fmt.Sprint(p.Pcond.Pc)
230 str = fmt.Sprint(a.Val.(*Prog).Pc)
232 str = fmt.Sprintf("%d(PC)", a.Offset)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
pcln.go 16 // funcpctab writes to dst a pc-value table mapping the code in func to the values
21 // record val as value at p->pc;
49 pc := func_.Text.Pc
52 ctxt.Logf("%6x %6d %v\n", uint64(pc), val, func_.Text)
64 ctxt.Logf("%6x %6s %v\n", uint64(p.Pc), "", p)
69 // If the pc of the next instruction is the same as the
70 // pc of this instruction, this instruction is not a real
73 if p.Link != nil && p.Link.Pc == p.Pc {
    [all...]
pass.go 182 if int64(c) == q.Pc {
185 if q.Forwd != nil && int64(c) >= q.Forwd.Pc {
211 p.To.Offset = p.Pcond.Pc
util.go 129 fmt.Fprintf(&buf, "%.5d (%v)\t%v%s", p.Pc, p.Line(), p.As, sc)
228 str = fmt.Sprint(p.Pcond.Pc)
230 str = fmt.Sprint(a.Val.(*Prog).Pc)
232 str = fmt.Sprintf("%d(PC)", a.Offset)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
asm5.go 281 // p->pc if extra padding is necessary.
283 // origPC is the PC for this Prog (no padding is taken into account).
296 p.Pc = (p.Pc + 15) &^ 15
324 if p.Pc&15 == 12 {
325 p.Pc += 4
345 p.Pc = ((int64(origPC) + 15) &^ 15) + 16 - int64(size)
347 p.Pc += (16 - ((p.Pc + int64(size)) & 15)) & 15
365 if p.To.Type == obj.TYPE_REG && p.To.Reg == REG_R15 && p.From.Reg == REG_R13 { // MOVW.W x(R13), PC
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
asm5.go 281 // p->pc if extra padding is necessary.
283 // origPC is the PC for this Prog (no padding is taken into account).
296 p.Pc = (p.Pc + 15) &^ 15
324 if p.Pc&15 == 12 {
325 p.Pc += 4
345 p.Pc = ((int64(origPC) + 15) &^ 15) + 16 - int64(size)
347 p.Pc += (16 - ((p.Pc + int64(size)) & 15)) & 15
365 if p.To.Type == obj.TYPE_REG && p.To.Reg == REG_R15 && p.From.Reg == REG_R13 { // MOVW.W x(R13), PC
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
endtoend_test.go 130 // Turn relative (PC) into absolute (PC) automatically,
133 if len(f) > 0 && strings.HasSuffix(printed, "(PC)") {
135 n, err := strconv.Atoi(last[:len(last)-len("(PC)")])
137 f[len(f)-1] = fmt.Sprintf("%d(PC)", seq+n)
197 size := int64(len(text.P)) - p.Pc
199 size = p.Link.Pc - p.Pc
204 if p.Pc < int64(len(text.P)) {
205 code = text.P[p.Pc:
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
endtoend_test.go 130 // Turn relative (PC) into absolute (PC) automatically,
133 if len(f) > 0 && strings.HasSuffix(printed, "(PC)") {
135 n, err := strconv.Atoi(last[:len(last)-len("(PC)")])
137 f[len(f)-1] = fmt.Sprintf("%d(PC)", seq+n)
197 size := int64(len(text.P)) - p.Pc
199 size = p.Link.Pc - p.Pc
204 if p.Pc < int64(len(text.P)) {
205 code = text.P[p.Pc:
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 36 int pc_offset = deopt_data->Pc(i)->value();
38 pc_offset = pc_offset + 1; // We will encode the pc offset after the call.
42 // if encodable with small pc delta encoding and up to 6 bytes
139 if (deopt_data->Pc(i)->value() == -1) continue;
141 Address call_address = code_start_address + deopt_data->Pc(i)->value();
339 // Push state, pc, and continuation from the last output frame.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
asm0.go 389 p.Pc = c
395 p.Pc = c
427 p.Pc = c
432 otxt = p.Pcond.Pc - c
484 ctxt.Pc = p.Pc
1131 v = int32(p.Pcond.Pc-p.Pc-4) >> 2
1181 // use PC-relative branch for short branches
1186 v = int32(p.Pcond.Pc-p.Pc-4) >>
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
asm0.go 389 p.Pc = c
395 p.Pc = c
427 p.Pc = c
432 otxt = p.Pcond.Pc - c
484 ctxt.Pc = p.Pc
1131 v = int32(p.Pcond.Pc-p.Pc-4) >> 2
1181 // use PC-relative branch for short branches
1186 v = int32(p.Pcond.Pc-p.Pc-4) >>
    [all...]
  /external/v8/src/x87/
deoptimizer-x87.cc 36 int pc_offset = deopt_data->Pc(i)->value();
38 pc_offset = pc_offset + 1; // We will encode the pc offset after the call.
42 // if encodable with small pc delta encoding and up to 6 bytes
139 if (deopt_data->Pc(i)->value() == -1) continue;
141 Address call_address = code_start_address + deopt_data->Pc(i)->value();
375 // Push state, pc, and continuation from the last output frame.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
asm7.go 546 p.Pc = c
554 p.Pc = c
600 p.Pc = c
605 otxt := p.Pcond.Pc - c
648 ctxt.Pc = p.Pc
677 * to go out of range of a 1Mb PC-relative offset
681 if pool.size >= 0xffff0 || !ispcdisp(int32(p.Pc+4+int64(pool.size)-int64(pool.start)+8)) {
692 fmt.Printf("note: flush literal pool at %#x: len=%d ref=%x\n", uint64(p.Pc+4), pool.size, pool.start)
701 } else if p.Pc+int64(pool.size)-int64(pool.start) < maxPCDisp
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
asm7.go 546 p.Pc = c
554 p.Pc = c
600 p.Pc = c
605 otxt := p.Pcond.Pc - c
648 ctxt.Pc = p.Pc
677 * to go out of range of a 1Mb PC-relative offset
681 if pool.size >= 0xffff0 || !ispcdisp(int32(p.Pc+4+int64(pool.size)-int64(pool.start)+8)) {
692 fmt.Printf("note: flush literal pool at %#x: len=%d ref=%x\n", uint64(p.Pc+4), pool.size, pool.start)
701 } else if p.Pc+int64(pool.size)-int64(pool.start) < maxPCDisp
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.h 452 UINT32 Pc:1; /* Physically Contiguous */
471 UINT32 Pc:1; /* Physically Contiguous */
  /external/v8/src/arm/
deoptimizer-arm.cc 64 if (deopt_data->Pc(i)->value() == -1) continue;
65 Address call_address = code_start_address + deopt_data->Pc(i)->value();
113 // Everything but pc, lr and ip which will be saved but not restored.
138 // TODO(1588) Note that using pc with stm is deprecated, so we should perhaps
140 __ stm(db_w, sp, restored_regs | sp.bit() | lr.bit() | pc.bit());
276 // Push state, pc, and continuation from the last output frame.
292 __ ldm(ia_w, sp, restored_regs); // all but pc registers.
298 __ pop(ip); // remove pc
299 __ pop(ip); // get continuation, leave pc on stack
  /external/v8/src/arm64/
deoptimizer-arm64.cc 47 if (deopt_data->Pc(i)->value() == -1) continue;
49 Address call_address = code_start_address + deopt_data->Pc(i)->value();
  /external/v8/src/mips/
deoptimizer-mips.cc 62 if (deopt_data->Pc(i)->value() == -1) continue;
63 Address call_address = code_start_address + deopt_data->Pc(i)->value();
276 // Push state, pc, and continuation from the last output frame.
300 __ pop(at); // Get continuation, leave pc on stack.
  /external/v8/src/mips64/
deoptimizer-mips64.cc 62 if (deopt_data->Pc(i)->value() == -1) continue;
63 Address call_address = code_start_address + deopt_data->Pc(i)->value();
275 // Push state, pc, and continuation from the last output frame.
299 __ pop(at); // Get continuation, leave pc on stack.

Completed in 786 milliseconds

1 2 3 4